Searched refs:pdu_type (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_ptp.c | 149 u8 *rew_op, u8 *pdu_type, u8 *pdu_w16_offset) in sparx5_ptp_classify() argument 157 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 165 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 173 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 180 *pdu_type = IFH_PDU_TYPE_PTP; in sparx5_ptp_classify() 182 *pdu_type = IFH_PDU_TYPE_IPV4_UDP_PTP; in sparx5_ptp_classify() 184 *pdu_type = IFH_PDU_TYPE_IPV6_UDP_PTP; in sparx5_ptp_classify() 224 u8 rew_op, pdu_type, pdu_w16_offset; in sparx5_ptp_txtstamp_request() local 227 sparx5_ptp_classify(port, skb, &rew_op, &pdu_type, &pdu_w16_offset); in sparx5_ptp_txtstamp_request() 229 SPARX5_SKB_CB(skb)->pdu_type = pdu_type; in sparx5_ptp_txtstamp_request()
|
D | sparx5_netdev.c | 83 void sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type) in sparx5_set_port_ifh_pdu_type() argument 85 ifh_encode_bitfield(ifh_hdr, pdu_type, 191, 4); in sparx5_set_port_ifh_pdu_type()
|
D | sparx5_main.h | 215 u8 pdu_type; member 380 void sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type);
|
D | sparx5_packet.c | 241 sparx5_set_port_ifh_pdu_type(ifh, SPARX5_SKB_CB(skb)->pdu_type); in sparx5_port_xmit_impl()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_fdir.h | 136 u8 pdu_type:4, member
|
D | ice_protocol_type.h | 200 u8 pdu_type; member
|
D | ice_tc_lib.c | 228 if (fltr->gtp_pdu_info_masks.pdu_type) { in ice_tc_fill_tunnel_outer() 229 list[i].h_u.gtp_hdr.pdu_type = in ice_tc_fill_tunnel_outer() 230 fltr->gtp_pdu_info_keys.pdu_type << 4; in ice_tc_fill_tunnel_outer() 231 memcpy(&list[i].m_u.gtp_hdr.pdu_type, "\xf0", 1); in ice_tc_fill_tunnel_outer()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 685 u32 pdu_type = (info->op == ISCSI_OP_SCSI_CMD) ? 0 : 1; in cxgb4i_make_tx_iso_cpl() local 695 CPL_TX_DATA_ISO_SCSI_V(pdu_type)); in cxgb4i_make_tx_iso_cpl()
|