Searched refs:first_bd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Deth_common.h529 struct eth_tx_1st_bd first_bd /* The first tx bd of a given packet */; member in union:eth_tx_bd_types
H A Dqlnx_os.c2970 struct eth_tx_1st_bd *first_bd; local
3015 first_bd = (struct eth_tx_1st_bd *)ecore_chain_consume(&txq->tx_pbl);
3016 nbds = first_bd->data.nbds;
3018 // BD_SET_UNMAP_ADDR_LEN(first_bd, 0, 0);
3373 struct eth_tx_1st_bd *first_bd; local
3391 first_bd = NULL;
3643 first_bd = (struct eth_tx_1st_bd *)ecore_chain_produce(&txq->tx_pbl);
3645 memset(first_bd, 0, sizeof(*first_bd));
3647 first_bd
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h540 uint16_t first_bd; member in struct:bxe_sw_tx_bd
H A Dbxe.c3450 uint16_t bd_idx = TX_BD(tx_buf->first_bd);
3460 new_cons = (tx_buf->first_bd + nbd);
3471 tx_buf->first_bd = 0;
5317 tx_buf->first_bd = fp->tx_bd_prod;
5471 tmp_bd = tx_buf->first_bd;

Completed in 120 milliseconds