Home
last modified time | relevance | path

Searched refs:next_avail_desc (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_ix.h177 uint32_t next_avail_desc; member
H A Dif_igc.h268 uint32_t next_avail_desc; member
H A Dif_ix.c459 head = txr->next_avail_desc; in ixgbe_start()
511 IXGBE_WRITE_REG(&sc->hw, txr->tail, txr->next_avail_desc); in ixgbe_start()
1441 first = txr->next_avail_desc; in ixgbe_encap()
1470 i = txr->next_avail_desc + ntxc; in ixgbe_encap()
1499 txr->next_avail_desc = i; in ixgbe_encap()
2306 txr->next_avail_desc = 0; in ixgbe_setup_transmit_ring()
2570 int ctxd = txr->next_avail_desc; in ixgbe_tx_ctx_setup()
2628 head = txr->next_avail_desc; in ixgbe_txeof()
H A Dif_ngbe.c703 prod = txr->next_avail_desc; in ngbe_start()
747 txr->next_avail_desc); in ngbe_start()
1459 txr->next_avail_desc = 0; in ngbe_setup_transmit_ring()
2647 first = txr->next_avail_desc; in ngbe_encap()
2676 i = txr->next_avail_desc + ntxc; in ngbe_encap()
2702 txr->next_avail_desc = i; in ngbe_encap()
4420 int ctxd = txr->next_avail_desc; in ngbe_tx_ctx_setup()
4468 prod = txr->next_avail_desc; in ngbe_txeof()
H A Dif_igc.c982 prod = txr->next_avail_desc; in igc_start()
1065 txr->next_avail_desc = prod; in igc_start()
1082 prod = txr->next_avail_desc; in igc_txeof()
1912 txr->next_avail_desc = 0; in igc_setup_transmit_ring()
H A Dif_ngbereg.h1007 uint32_t next_avail_desc; member