Home
last modified time | relevance | path

Searched refs:nsim_rq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dnetdev.c40 static void nsim_start_peer_tx_queue(struct net_device *dev, struct nsim_rq *rq) in nsim_start_peer_tx_queue()
70 struct nsim_rq *rq, in nsim_stop_tx_queue()
86 struct nsim_rq *rq, struct sk_buff *skb) in nsim_napi_rx()
106 struct nsim_rq *rq, in nsim_forward_skb()
131 struct nsim_rq *rq; in nsim_start_xmit()
413 static int nsim_rcv(struct nsim_rq *rq, int budget) in nsim_rcv()
455 struct nsim_rq *rq = container_of(napi, struct nsim_rq, napi); in nsim_poll()
489 struct nsim_rq *rq; in nsim_init_napi()
522 struct nsim_rq *rq; in nsim_napi_schedule()
524 rq = container_of(timer, struct nsim_rq, napi_timer); in nsim_napi_schedule()
[all …]
H A Dnetdevsim.h95 struct nsim_rq { struct
107 struct nsim_rq **rq; argument