Home
last modified time | relevance | path

Searched refs:fpdu_length (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1842 fpdu->fpdu_length = *mpa_data << BITS_PER_BYTE; in qed_iwarp_mpa_classify()
1848 fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in qed_iwarp_mpa_classify()
1850 if (fpdu->fpdu_length <= tcp_payload_len) in qed_iwarp_mpa_classify()
1857 "MPA_ALIGN: %s: fpdu_length=0x%x tcp_payload_len:0x%x\n", in qed_iwarp_mpa_classify()
1858 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); in qed_iwarp_mpa_classify()
1879 else if (tcp_payload_size < fpdu->fpdu_length) in qed_iwarp_init_fpdu()
1880 fpdu->incomplete_bytes = fpdu->fpdu_length - tcp_payload_size; in qed_iwarp_init_fpdu()
1884 fpdu->mpa_frag_len = fpdu->fpdu_length - fpdu->incomplete_bytes; in qed_iwarp_init_fpdu()
1900 * since fpdu_length <= mss, we use an intermediate buffer since in qed_iwarp_cp_pkt()
1957 mpa_len = fpdu->fpdu_length | *mpa_dat in qed_iwarp_update_fpdu_length()
[all...]
H A Dqed_iwarp.h47 * case the fpdu_length will be partial (contain only higher byte and
58 u16 fpdu_length; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1842 fpdu->fpdu_length = *mpa_data << BITS_PER_BYTE; in qed_iwarp_mpa_classify()
1848 fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in qed_iwarp_mpa_classify()
1850 if (fpdu->fpdu_length <= tcp_payload_len) in qed_iwarp_mpa_classify()
1857 "MPA_ALIGN: %s: fpdu_length=0x%x tcp_payload_len:0x%x\n", in qed_iwarp_mpa_classify()
1858 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); in qed_iwarp_mpa_classify()
1879 else if (tcp_payload_size < fpdu->fpdu_length) in qed_iwarp_init_fpdu()
1880 fpdu->incomplete_bytes = fpdu->fpdu_length - tcp_payload_size; in qed_iwarp_init_fpdu()
1884 fpdu->mpa_frag_len = fpdu->fpdu_length - fpdu->incomplete_bytes; in qed_iwarp_init_fpdu()
1900 * since fpdu_length <= mss, we use an intermediate buffer since in qed_iwarp_cp_pkt()
1957 mpa_len = fpdu->fpdu_length | *mpa_dat in qed_iwarp_update_fpdu_length()
[all...]
H A Dqed_iwarp.h47 * case the fpdu_length will be partial (contain only higher byte and
58 u16 fpdu_length; member

Completed in 9 milliseconds