Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/qed/
H A Dqed_ll2_if.h179 u16 first_frag_len; member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1997 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_recycle_pkt()
2012 tx_pkt.first_frag_len, buf, rc); in qed_iwarp_recycle_pkt()
2030 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_win_right_edge()
2048 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()
2126 tx_pkt.first_frag_len, in qed_iwarp_send_fpdu()
2409 tx_pkt.first_frag_len = data->length.packet_length; in qed_iwarp_ll2_comp_syn_pkt()
H A Dqed_ll2.c823 tx_pkt.first_frag_len = p_buffer->packet_length; in qed_ooo_submit_tx_buffers()
1851 p_curp->bds_set[p_tx->cur_send_frag_num].frag_len = pkt->first_frag_len; in qed_ll2_prepare_tx_packet_set()
1916 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()
1925 pkt->first_frag_len, in qed_ll2_prepare_tx_packet_set_bd()
2726 pkt.first_frag_len = skb->len; in qed_ll2_start_xmit()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c201 ll2_tx_pkt.first_frag_len = pkt->header.len; in qedr_ll2_post_tx()