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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h245 u8 num_of_bds; member in struct:ecore_ll2_tx_pkt_info
H A Deth_common.h296 u8 num_of_bds /* Total number of BDs comprising the packet */; member in struct:eth_fast_path_rx_tpa_end_cqe
H A Decore_ll2.c709 tx_pkt.num_of_bds = 1;
1648 p_curp->bd_used = pkt->num_of_bds;
1707 SET_FIELD(bd_data, CORE_TX_BD_DATA_NBDS, pkt->num_of_bds);
1722 prod_idx, pkt->first_frag_len, pkt->num_of_bds,
1726 if (p_ll2->tx_queue.cur_send_frag_num == pkt->num_of_bds)
1731 frag_idx < pkt->num_of_bds; frag_idx++) {
1817 if (pkt->num_of_bds > p_ll2_conn->input.tx_max_bds_per_packet)
1831 if (p_curp && ecore_chain_get_elem_left(p_tx_chain) < pkt->num_of_bds)
H A Decore_iwarp.c2333 tx_pkt.num_of_bds = 1;
2368 tx_pkt.num_of_bds = 1;
2388 tx_pkt.num_of_bds, (long unsigned int)tx_pkt.first_frag,
2412 tx_pkt.num_of_bds = (pkt_type == ECORE_IWARP_MPA_PKT_UNALIGNED) ? 3 : 2;
2463 tx_pkt.num_of_bds, (long unsigned int)tx_pkt.first_frag,
2822 tx_pkt.num_of_bds = 1;
H A Dqlnx_os.c4435 \t num_of_bds = 0x%x\n \
4444 cqe->total_packet_len, cqe->num_of_bds,
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c239 ll2_tx_pkt.num_of_bds = 1 /* hdr */ + pkt->n_seg;

Completed in 90 milliseconds