Searched refs:first_bd (Results 1 – 2 of 2) sorted by relevance
139 struct eth_tx_1st_bd *first_bd; in qede_process_tx_completions() local151 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() local1028 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 …]
539 struct eth_tx_1st_bd first_bd /* The first tx bd of a given packet */; member