/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 53 * @rx_ptype: the ptype value from the descriptor 57 struct sk_buff *skb, u8 rx_ptype) in ice_rx_hash() 70 skb_set_hash(skb, hash, ice_ptype_to_htype(rx_ptype)); in ice_rx_hash() 56 ice_rx_hash(struct ice_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) ice_rx_hash() argument
|
H A D | ice_xsk.c | 598 u8 rx_ptype; in ice_clean_rx_irq_zc() local 665 rx_ptype = le16_to_cpu(rx_desc->wb.ptype_flex_flags0) & in ice_clean_rx_irq_zc() 668 ice_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in ice_clean_rx_irq_zc()
|
H A D | ice_txrx.c | 1115 u8 rx_ptype; in ice_clean_rx_irq() local 1231 rx_ptype = le16_to_cpu(rx_desc->wb.ptype_flex_flags0) & in ice_clean_rx_irq() 1234 ice_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in ice_clean_rx_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 70 * @rx_ptype: the ptype value from the descriptor 74 struct sk_buff *skb, u16 rx_ptype) in ice_rx_hash() 87 skb_set_hash(skb, hash, ice_ptype_to_htype(rx_ptype)); in ice_rx_hash() 73 ice_rx_hash(struct ice_rx_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, struct sk_buff *skb, u16 rx_ptype) ice_rx_hash() argument
|
H A D | ice_xsk.c | 875 u16 rx_ptype; in ice_clean_rx_irq_zc() local 954 rx_ptype = le16_to_cpu(rx_desc->wb.ptype_flex_flags0) & in ice_clean_rx_irq_zc() 957 ice_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in ice_clean_rx_irq_zc()
|
H A D | ice_txrx.c | 1180 u16 rx_ptype; in ice_clean_rx_irq() local 1288 rx_ptype = le16_to_cpu(rx_desc->wb.ptype_flex_flags0) & in ice_clean_rx_irq() 1291 ice_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in ice_clean_rx_irq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1052 * @rx_ptype: Rx packet type 1057 u8 rx_ptype) in iavf_rx_hash() 1069 skb_set_hash(skb, hash, iavf_ptype_to_htype(rx_ptype)); in iavf_rx_hash() 1078 * @rx_ptype: the packet type decoded by hardware 1087 u8 rx_ptype) in iavf_process_skb_fields() 1089 iavf_rx_hash(rx_ring, rx_desc, skb, rx_ptype); in iavf_process_skb_fields() 1487 u8 rx_ptype; in iavf_clean_rx_irq() local 1563 rx_ptype = (qword & IAVF_RXD_QW1_PTYPE_MASK) >> in iavf_clean_rx_irq() 1567 iavf_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in iavf_clean_rx_irq() 1054 iavf_rx_hash(struct iavf_ring *ring, union iavf_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) iavf_rx_hash() argument 1085 iavf_process_skb_fields(struct iavf_ring *rx_ring, union iavf_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) iavf_process_skb_fields() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1086 * @rx_ptype: Rx packet type 1091 u8 rx_ptype) in iavf_rx_hash() 1103 skb_set_hash(skb, hash, iavf_ptype_to_htype(rx_ptype)); in iavf_rx_hash() 1112 * @rx_ptype: the packet type decoded by hardware 1121 u8 rx_ptype) in iavf_process_skb_fields() 1123 iavf_rx_hash(rx_ring, rx_desc, skb, rx_ptype); in iavf_process_skb_fields() 1508 u8 rx_ptype; in iavf_clean_rx_irq() local 1584 rx_ptype = (qword & IAVF_RXD_QW1_PTYPE_MASK) >> in iavf_clean_rx_irq() 1588 iavf_process_skb_fields(rx_ring, rx_desc, skb, rx_ptype); in iavf_clean_rx_irq() 1088 iavf_rx_hash(struct iavf_ring *ring, union iavf_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) iavf_rx_hash() argument 1119 iavf_process_skb_fields(struct iavf_ring *rx_ring, union iavf_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) iavf_process_skb_fields() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 1729 * @rx_ptype: Rx packet type 1734 u8 rx_ptype) in i40e_rx_hash() 1746 skb_set_hash(skb, hash, i40e_ptype_to_htype(rx_ptype)); in i40e_rx_hash() 1769 u8 rx_ptype = (qword & I40E_RXD_QW1_PTYPE_MASK) >> in i40e_process_skb_fields() local 1775 i40e_rx_hash(rx_ring, rx_desc, skb, rx_ptype); in i40e_process_skb_fields() 1731 i40e_rx_hash(struct i40e_ring *ring, union i40e_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) i40e_rx_hash() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 1861 * @rx_ptype: Rx packet type 1866 u8 rx_ptype) in i40e_rx_hash() 1878 skb_set_hash(skb, hash, i40e_ptype_to_htype(rx_ptype)); in i40e_rx_hash() 1901 u8 rx_ptype = (qword & I40E_RXD_QW1_PTYPE_MASK) >> in i40e_process_skb_fields() local 1907 i40e_rx_hash(rx_ring, rx_desc, skb, rx_ptype); in i40e_process_skb_fields() 1863 i40e_rx_hash(struct i40e_ring *ring, union i40e_rx_desc *rx_desc, struct sk_buff *skb, u8 rx_ptype) i40e_rx_hash() argument
|