Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/qed/
Dqed_ll2_if.h180 u8 num_of_bds; member
Deth_common.h247 u8 num_of_bds; member
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c806 tx_pkt.num_of_bds = 1; in qed_ooo_submit_tx_buffers()
1845 p_curp->bd_used = pkt->num_of_bds; in qed_ll2_prepare_tx_packet_set()
1906 SET_FIELD(bd_data, CORE_TX_BD_DATA_NBDS, pkt->num_of_bds); in qed_ll2_prepare_tx_packet_set_bd()
1926 pkt->num_of_bds, in qed_ll2_prepare_tx_packet_set_bd()
1930 if (p_ll2->tx_queue.cur_send_frag_num == pkt->num_of_bds) in qed_ll2_prepare_tx_packet_set_bd()
1935 frag_idx < pkt->num_of_bds; frag_idx++) { in qed_ll2_prepare_tx_packet_set_bd()
2015 if (unlikely(pkt->num_of_bds > p_ll2_conn->input.tx_max_bds_per_packet)) in qed_ll2_prepare_tx_packet()
2029 qed_chain_get_elem_left(p_tx_chain) < pkt->num_of_bds)) in qed_ll2_prepare_tx_packet()
2721 pkt.num_of_bds = 1 + nr_frags; in qed_ll2_start_xmit()
Dqed_iwarp.c1993 tx_pkt.num_of_bds = 1; in qed_iwarp_recycle_pkt()
2025 tx_pkt.num_of_bds = 1; in qed_iwarp_win_right_edge()
2046 tx_pkt.num_of_bds, in qed_iwarp_win_right_edge()
2073 tx_pkt.num_of_bds = (pkt_type == QED_IWARP_MPA_PKT_UNALIGNED) ? 3 : 2; in qed_iwarp_send_fpdu()
2125 tx_pkt.num_of_bds, in qed_iwarp_send_fpdu()
2404 tx_pkt.num_of_bds = 1; in qed_iwarp_ll2_comp_syn_pkt()
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c999 if (unlikely(cqe->num_of_bds != tpa_info->frag_id + 1)) in qede_tpa_end()
1002 cqe->num_of_bds, tpa_info->frag_id); in qede_tpa_end()
/linux-6.6.21/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c196 ll2_tx_pkt.num_of_bds = 1 /* hdr */ + pkt->n_seg; in qedr_ll2_post_tx()