Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h246 uint32_t next_avail_desc; member
H A Dif_igb.c2022 txr->next_avail_desc = 0; in igb_init_tx_ring()
2116 ctxd = txr->next_avail_desc; in igb_txcsum_ctx()
2167 txr->next_avail_desc = ctxd; in igb_txcsum_ctx()
3560 tx_buf = &txr->tx_buf[txr->next_avail_desc]; in igb_encap()
3631 i = txr->next_avail_desc; in igb_encap()
3650 txr->next_avail_desc = i; in igb_encap()
4846 ctxd = txr->next_avail_desc; in igb_tso_ctx()
4881 txr->next_avail_desc = ctxd; in igb_tso_ctx()