Lines Matching defs:ndev
94 static struct ndev { struct
95 endpoint_t ndev_endpt; /* driver endpoint */ argument
96 char ndev_label[LABEL_MAX]; /* driver label */ argument
97 struct ethif *ndev_ethif; /* ethif object, or NULL if init'ing */ argument
98 struct ndev_queue ndev_sendq; /* packet send and configure queue */ argument
99 struct ndev_queue ndev_recvq; /* packet receive queue */ argument
108 #define NDEV_ACTIVE(ndev) ((ndev)->ndev_sendq.nq_max > 0) argument
342 ndev_send_init(struct ndev * ndev) in ndev_send_init()
362 struct ndev *ndev; in ndev_up() local
433 ndev_down(struct ndev * ndev) in ndev_down()
517 ndev_init_reply(struct ndev * ndev, const message * m_ptr) in ndev_init_reply()
643 struct ndev *ndev; in ndev_conf() local
718 ndev_conf_reply(struct ndev * ndev, const message * m_ptr) in ndev_conf_reply()
742 ndev_transfer(struct ndev * ndev, const struct pbuf * pbuf, int do_send, in ndev_transfer()
808 struct ndev *ndev; in ndev_send() local
835 ndev_send_reply(struct ndev * ndev, const message * m_ptr) in ndev_send_reply()
862 struct ndev *ndev; in ndev_can_recv() local
883 struct ndev *ndev; in ndev_recv() local
911 ndev_recv_reply(struct ndev * ndev, const message * m_ptr) in ndev_recv_reply()
934 ndev_status(struct ndev * ndev, const message * m_ptr) in ndev_status()
971 struct ndev *ndev; in ndev_process() local