/src/sys/dev/pci/ixgbe/ |
ixgbe.h | 333 struct work wq_cookie; member in struct:ix_queue 375 struct work wq_cookie; member in struct:tx_ring
|
ix_txrx.c | 283 &txr->wq_cookie, curcpu()); 376 struct tx_ring *txr = container_of(wk, struct tx_ring, wq_cookie);
|
ixv.c | 3330 &que->wq_cookie, curcpu()); 3349 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie);
|
ixgbe.c | 2803 * (que->wq_cookie). So, "enqueued flag" to avoid 2806 workqueue_enqueue(sc->que_wq, &que->wq_cookie, curcpu()); 6735 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie);
|
/src/sys/dev/pci/ |
if_bwfm_pci.c | 117 struct work wq_cookie; member in struct:bwfm_cmd_flowring_create 1789 workqueue_enqueue(sc->flowring_wq, &cmd->wq_cookie, NULL); 1795 struct bwfm_cmd_flowring_create *cmd = container_of(wk, struct bwfm_cmd_flowring_create, wq_cookie);
|