Searched refs:pdu_type (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_ptp.c | 153 u8 *rew_op, u8 *pdu_type, u8 *pdu_w16_offset) in sparx5_ptp_classify() argument 161 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 169 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 177 *pdu_type = IFH_PDU_TYPE_NONE; in sparx5_ptp_classify() 184 *pdu_type = IFH_PDU_TYPE_PTP; in sparx5_ptp_classify() 186 *pdu_type = IFH_PDU_TYPE_IPV4_UDP_PTP; in sparx5_ptp_classify() 188 *pdu_type = IFH_PDU_TYPE_IPV6_UDP_PTP; in sparx5_ptp_classify() 228 u8 rew_op, pdu_type, pdu_w16_offset; in sparx5_ptp_txtstamp_request() local 231 sparx5_ptp_classify(port, skb, &rew_op, &pdu_type, &pdu_w16_offset); in sparx5_ptp_txtstamp_request() 233 SPARX5_SKB_CB(skb)->pdu_type = pdu_type; in sparx5_ptp_txtstamp_request()
|
| A D | sparx5_netdev.c | 85 u32 pdu_type) in sparx5_set_port_ifh_pdu_type() argument 87 ifh_encode_bitfield(ifh_hdr, pdu_type, is_sparx5(sparx5) ? 191 : 190, in sparx5_set_port_ifh_pdu_type()
|
| A D | sparx5_main.h | 259 u8 pdu_type; member 534 u32 pdu_type);
|
| A D | sparx5_packet.c | 250 SPARX5_SKB_CB(skb)->pdu_type); in sparx5_port_xmit_impl()
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_ptp.c | 326 u8 *rew_op, u8 *pdu_type) in lan966x_ptp_classify() argument 334 *pdu_type = IFH_PDU_TYPE_NONE; in lan966x_ptp_classify() 341 *pdu_type = IFH_PDU_TYPE_NONE; in lan966x_ptp_classify() 348 *pdu_type = IFH_PDU_TYPE_NONE; in lan966x_ptp_classify() 353 *pdu_type = IFH_PDU_TYPE_NONE; in lan966x_ptp_classify() 355 *pdu_type = IFH_PDU_TYPE_IPV4; in lan966x_ptp_classify() 357 *pdu_type = IFH_PDU_TYPE_IPV6; in lan966x_ptp_classify() 398 u8 pdu_type; in lan966x_ptp_txtstamp_request() local 401 lan966x_ptp_classify(port, skb, &rew_op, &pdu_type); in lan966x_ptp_txtstamp_request() 403 LAN966X_SKB_CB(skb)->pdu_type = pdu_type; in lan966x_ptp_txtstamp_request()
|
| A D | lan966x_main.h | 261 u8 pdu_type; member
|
| A D | lan966x_main.c | 388 lan966x_ifh_set_oam_type(ifh, LAN966X_SKB_CB(skb)->pdu_type); in lan966x_port_xmit()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_fdir.h | 141 u8 pdu_type:4, member
|
| A D | ice_protocol_type.h | 208 u8 pdu_type; member
|
| A D | ice_tc_lib.c | 231 if (fltr->gtp_pdu_info_masks.pdu_type) { in ice_tc_fill_tunnel_outer() 232 list[i].h_u.gtp_hdr.pdu_type = in ice_tc_fill_tunnel_outer() 233 fltr->gtp_pdu_info_keys.pdu_type << 4; in ice_tc_fill_tunnel_outer() 234 memcpy(&list[i].m_u.gtp_hdr.pdu_type, "\xf0", 1); in ice_tc_fill_tunnel_outer()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | definer.h | 668 u8 pdu_type[0x4]; member
|
| /drivers/scsi/cxgbi/cxgb4i/ |
| A 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()
|
Completed in 42 milliseconds