Home
last modified time | relevance | path

Searched refs:first_frag_len (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/qed/
Dqed_ll2_if.h180 u16 first_frag_len; member
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c1989 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_recycle_pkt()
2004 tx_pkt.first_frag_len, buf, rc); in qed_iwarp_recycle_pkt()
2022 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_win_right_edge()
2040 tx_pkt.first_frag_len, rc); in qed_iwarp_win_right_edge()
2075 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_send_fpdu()
2118 tx_pkt.first_frag_len, in qed_iwarp_send_fpdu()
2401 tx_pkt.first_frag_len = data->length.packet_length; in qed_iwarp_ll2_comp_syn_pkt()
Dqed_ll2.c785 tx_pkt.first_frag_len = p_buffer->packet_length; in qed_ooo_submit_tx_buffers()
1785 p_curp->bds_set[p_tx->cur_send_frag_num].frag_len = pkt->first_frag_len; in qed_ll2_prepare_tx_packet_set()
1850 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()
1859 pkt->first_frag_len, in qed_ll2_prepare_tx_packet_set_bd()
2653 pkt.first_frag_len = skb->len; in qed_ll2_start_xmit()
/Linux-v5.10/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c201 ll2_tx_pkt.first_frag_len = pkt->header.len; in qedr_ll2_post_tx()