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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2826 tpa_info->bd = fp->rx_mbuf_chain[cons];
2830 rx_buf = &fp->rx_mbuf_chain[cons];
2843 fp->rx_mbuf_chain[cons].m = NULL;
2847 fp->rx_mbuf_chain[index] = tmp_bd;
3248 rx_buf = &fp->rx_mbuf_chain[bd_cons];
3326 memcpy(&fp->rx_mbuf_chain[bd_prod], rx_buf,
6132 if (fp->rx_mbuf_chain[i].m_map != NULL) {
6134 fp->rx_mbuf_chain[i].m_map,
6137 fp->rx_mbuf_chain[i].m_map);
6140 if (fp->rx_mbuf_chain[
[all...]
H A Dbxe.h611 struct bxe_sw_rx_bd rx_mbuf_chain[RX_BD_TOTAL]; member in struct:bxe_fastpath

Completed in 121 milliseconds