Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/qed/
Dqed_ll2_if.h200 u8 num_of_bds; member
Deth_common.h269 u8 num_of_bds; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c795 tx_pkt.num_of_bds = 1; in qed_ooo_submit_tx_buffers()
1667 p_curp->bd_used = pkt->num_of_bds; in qed_ll2_prepare_tx_packet_set()
1725 SET_FIELD(bd_data, CORE_TX_BD_DATA_NBDS, pkt->num_of_bds); in qed_ll2_prepare_tx_packet_set_bd()
1745 pkt->num_of_bds, in qed_ll2_prepare_tx_packet_set_bd()
1749 if (p_ll2->tx_queue.cur_send_frag_num == pkt->num_of_bds) in qed_ll2_prepare_tx_packet_set_bd()
1754 frag_idx < pkt->num_of_bds; frag_idx++) { in qed_ll2_prepare_tx_packet_set_bd()
1840 if (pkt->num_of_bds > p_ll2_conn->input.tx_max_bds_per_packet) in qed_ll2_prepare_tx_packet()
1853 if (p_curp && qed_chain_get_elem_left(p_tx_chain) < pkt->num_of_bds) in qed_ll2_prepare_tx_packet()
2463 pkt.num_of_bds = 1 + skb_shinfo(skb)->nr_frags; in qed_ll2_start_xmit()
Dqed_iwarp.c1978 tx_pkt.num_of_bds = 1; in qed_iwarp_recycle_pkt()
2010 tx_pkt.num_of_bds = 1; in qed_iwarp_win_right_edge()
2031 tx_pkt.num_of_bds, in qed_iwarp_win_right_edge()
2057 tx_pkt.num_of_bds = (pkt_type == QED_IWARP_MPA_PKT_UNALIGNED) ? 3 : 2; in qed_iwarp_send_fpdu()
2107 tx_pkt.num_of_bds, in qed_iwarp_send_fpdu()
2374 tx_pkt.num_of_bds = 1; in qed_iwarp_ll2_comp_syn_pkt()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c982 if (unlikely(cqe->num_of_bds != tpa_info->frag_id + 1)) in qede_tpa_end()
985 cqe->num_of_bds, tpa_info->frag_id); in qede_tpa_end()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c196 ll2_tx_pkt.num_of_bds = 1 /* hdr */ + pkt->n_seg; in qedr_ll2_post_tx()