Home
last modified time | relevance | path

Searched refs:tcp_payload_len (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h39 u16 tcp_payload_len; member
164 u32 tcp_payload_len);
H A Dsxgbe_desc.c30 u32 tcp_payload_len) in sxgbe_tx_desc_enable_tse()
35 p->tdes23.tx_rd_des23.tx_pkt_len.tcp_payload_len = tcp_payload_len; in sxgbe_tx_desc_enable_tse()
28 sxgbe_tx_desc_enable_tse(struct sxgbe_tx_norm_desc *p, u8 is_tse, u32 total_hdr_len, u32 tcp_hdr_len, u32 tcp_payload_len) sxgbe_tx_desc_enable_tse() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h39 u16 tcp_payload_len; member
164 u32 tcp_payload_len);
H A Dsxgbe_desc.c30 u32 tcp_payload_len) in sxgbe_tx_desc_enable_tse()
35 p->tdes23.tx_rd_des23.tx_pkt_len.tcp_payload_len = tcp_payload_len; in sxgbe_tx_desc_enable_tse()
28 sxgbe_tx_desc_enable_tse(struct sxgbe_tx_norm_desc *p, u8 is_tse, u32 total_hdr_len, u32 tcp_hdr_len, u32 tcp_payload_len) sxgbe_tx_desc_enable_tse() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1828 u16 tcp_payload_len, u8 *mpa_data) in qed_iwarp_mpa_classify()
1841 if (tcp_payload_len == 1) { 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()
2178 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
2185 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
2189 mpa_buf->tcp_payload_len = 0; in qed_iwarp_process_mpa_pkt()
2202 mpa_buf->tcp_payload_len = 0; in qed_iwarp_process_mpa_pkt()
2207 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
1826 qed_iwarp_mpa_classify(struct qed_hwfn *p_hwfn, struct qed_iwarp_fpdu *fpdu, u16 tcp_payload_len, u8 *mpa_data) qed_iwarp_mpa_classify() argument
[all...]
H A Dqed_iwarp.h42 u16 tcp_payload_len; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1828 u16 tcp_payload_len, u8 *mpa_data) in qed_iwarp_mpa_classify()
1841 if (tcp_payload_len == 1) { 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()
2178 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
2185 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
2189 mpa_buf->tcp_payload_len = 0; in qed_iwarp_process_mpa_pkt()
2202 mpa_buf->tcp_payload_len = 0; in qed_iwarp_process_mpa_pkt()
2207 mpa_buf->tcp_payload_len, in qed_iwarp_process_mpa_pkt()
1826 qed_iwarp_mpa_classify(struct qed_hwfn *p_hwfn, struct qed_iwarp_fpdu *fpdu, u16 tcp_payload_len, u8 *mpa_data) qed_iwarp_mpa_classify() argument
[all...]
H A Dqed_iwarp.h42 u16 tcp_payload_len; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c829 unsigned int tcp_payload_len; in iwl_mvm_tx_tso_segment() local
854 tcp_payload_len = skb_tail_pointer(tmp) - in iwl_mvm_tx_tso_segment()
861 if (tcp_payload_len > mss) { in iwl_mvm_tx_tso_segment()
894 unsigned int num_subframes, tcp_payload_len, subf_len, max_amsdu_len; in iwl_mvm_tx_tso() local
961 tcp_payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) - in iwl_mvm_tx_tso()
978 if (num_subframes * mss >= tcp_payload_len) { in iwl_mvm_tx_tso()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c897 unsigned int tcp_payload_len; in iwl_mvm_tx_tso_segment() local
922 tcp_payload_len = skb_tail_pointer(tmp) - in iwl_mvm_tx_tso_segment()
929 if (tcp_payload_len > mss) { in iwl_mvm_tx_tso_segment()
962 unsigned int num_subframes, tcp_payload_len, subf_len, max_amsdu_len; in iwl_mvm_tx_tso() local
1029 tcp_payload_len = skb_tail_pointer(skb) - skb_transport_header(skb) - in iwl_mvm_tx_tso()
1046 if (num_subframes * mss >= tcp_payload_len) { in iwl_mvm_tx_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h270 unsigned int tcp_payload_len; member
H A Ddwc-xlgmac-net.c86 pkt_info->tcp_payload_len = skb->len - pkt_info->header_len; in xlgmac_prep_tso()
90 XLGMAC_PR("tcp_header_len=%u, tcp_payload_len=%u\n", in xlgmac_prep_tso()
91 pkt_info->tcp_header_len, pkt_info->tcp_payload_len); in xlgmac_prep_tso()
H A Ddwc-xlgmac-hw.c889 pkt_info->tcp_payload_len); in xlgmac_dev_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h271 unsigned int tcp_payload_len; member
H A Ddwc-xlgmac-net.c86 pkt_info->tcp_payload_len = skb->len - pkt_info->header_len; in xlgmac_prep_tso()
90 XLGMAC_PR("tcp_header_len=%u, tcp_payload_len=%u\n", in xlgmac_prep_tso()
91 pkt_info->tcp_header_len, pkt_info->tcp_payload_len); in xlgmac_prep_tso()
H A Ddwc-xlgmac-hw.c889 pkt_info->tcp_payload_len); in xlgmac_dev_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h362 unsigned int tcp_payload_len; member
H A Dxgbe-drv.c1704 packet->tcp_payload_len = skb->len - packet->header_len; in xgbe_prep_tso()
1708 DBGPR(" packet->tcp_header_len=%u, packet->tcp_payload_len=%u\n", in xgbe_prep_tso()
1709 packet->tcp_header_len, packet->tcp_payload_len); in xgbe_prep_tso()
H A Dxgbe-dev.c1813 packet->tcp_payload_len); in xgbe_dev_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h364 unsigned int tcp_payload_len; member
H A Dxgbe-drv.c1699 packet->tcp_payload_len = skb->len - packet->header_len; in xgbe_prep_tso()
1703 DBGPR(" packet->tcp_header_len=%u, packet->tcp_payload_len=%u\n", in xgbe_prep_tso()
1704 packet->tcp_header_len, packet->tcp_payload_len); in xgbe_prep_tso()
H A Dxgbe-dev.c1863 packet->tcp_payload_len); in xgbe_dev_xmit()

Completed in 50 milliseconds