Searched defs:ndev (Results 1 – 2 of 2) sorted by relevance
94 static struct ndev { struct95 endpoint_t ndev_endpt; /* driver endpoint */ argument96 char ndev_label[LABEL_MAX]; /* driver label */ argument97 struct ethif *ndev_ethif; /* ethif object, or NULL if init'ing */ argument98 struct ndev_queue ndev_sendq; /* packet send and configure queue */ argument99 struct ndev_queue ndev_recvq; /* packet receive queue */ argument108 #define NDEV_ACTIVE(ndev) ((ndev)->ndev_sendq.nq_max > 0) argument342 ndev_send_init(struct ndev * ndev) in ndev_send_init()362 struct ndev *ndev; in ndev_up() local433 ndev_down(struct ndev * ndev) in ndev_down()[all …]
392 isc_socket_newconnev_t *ndev; in sock_dump() local