Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/qed/
Dqed_ll2_if.h199 u16 first_frag_len; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_iwarp.c1998 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_recycle_pkt()
2013 tx_pkt.first_frag_len, buf, rc); in qed_iwarp_recycle_pkt()
2031 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_win_right_edge()
2049 tx_pkt.first_frag_len, rc); in qed_iwarp_win_right_edge()
2083 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_send_fpdu()
2124 tx_pkt.first_frag_len, in qed_iwarp_send_fpdu()
2395 tx_pkt.first_frag_len = data->length.packet_length; in qed_iwarp_ll2_comp_syn_pkt()
Dqed_ll2.c811 tx_pkt.first_frag_len = p_buffer->packet_length; in qed_ooo_submit_tx_buffers()
1702 p_curp->bds_set[p_tx->cur_send_frag_num].frag_len = pkt->first_frag_len; in qed_ll2_prepare_tx_packet_set()
1764 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()
1773 pkt->first_frag_len, in qed_ll2_prepare_tx_packet_set_bd()
2561 pkt.first_frag_len = skb->len; in qed_ll2_start_xmit()
/Linux-v5.4/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c201 ll2_tx_pkt.first_frag_len = pkt->header.len; in qedr_ll2_post_tx()