Searched refs:wq_cookie (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe.h333 struct work wq_cookie; member in struct:ix_queue
375 struct work wq_cookie; member in struct:tx_ring
H A Dix_txrx.c283 &txr->wq_cookie, curcpu());
376 struct tx_ring *txr = container_of(wk, struct tx_ring, wq_cookie);
H A Dixv.c3346 &que->wq_cookie, curcpu());
3365 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie);
H A Dixgbe.c2821 * (que->wq_cookie). So, "enqueued flag" to avoid
2824 workqueue_enqueue(sc->que_wq, &que->wq_cookie, curcpu());
6753 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie);
/netbsd-current/sys/dev/pci/
H A Dif_bwfm_pci.c117 struct work wq_cookie; member in struct:bwfm_cmd_flowring_create
1791 workqueue_enqueue(sc->flowring_wq, &cmd->wq_cookie, NULL);
1797 struct bwfm_cmd_flowring_create *cmd = container_of(wk, struct bwfm_cmd_flowring_create, wq_cookie);

Completed in 333 milliseconds