Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c139 struct eth_tx_1st_bd *first_bd; in qede_process_tx_completions() local
151 first_bd = NULL; in qede_process_tx_completions()
185 first_bd = in qede_process_tx_completions()
190 nbd = first_bd->data.nbds; in qede_process_tx_completions()
982 struct eth_tx_1st_bd *first_bd; in qede_tx_bcopy() local
1028 first_bd = ecore_chain_produce(&tx_ring->tx_bd_ring); in qede_tx_bcopy()
1029 bzero(first_bd, sizeof (*first_bd)); in qede_tx_bcopy()
1030 first_bd->data.nbds = 1; in qede_tx_bcopy()
1031 first_bd->data.bd_flags.bitfields = in qede_tx_bcopy()
1035 first_bd->data.bd_flags.bitfields |= in qede_tx_bcopy()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Deth_common.h539 struct eth_tx_1st_bd first_bd /* The first tx bd of a given packet */; member