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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3449 struct eth_tx_start_bd *tx_start_bd; local
3457 tx_start_bd = &fp->tx_chain[bd_idx].start_bd;
3458 nbd = le16toh(tx_start_bd->nbd) - 1;
5147 struct eth_tx_start_bd *tx_start_bd; local
5167 tx_start_bd = NULL;
5321 tx_start_bd = &fp->tx_chain[TX_BD(bd_prod)].start_bd;
5324 "sending pkt_prod=%u tx_buf=%p next_idx=%u bd=%u tx_start_bd=%p\n",
5325 pkt_prod, tx_buf, fp->tx_pkt_prod, bd_prod, tx_start_bd);
5327 tx_start_bd->addr_lo = htole32(U64_LO(segs[0].ds_addr));
5328 tx_start_bd
[all...]

Completed in 212 milliseconds