Home
last modified time | relevance | path

Searched refs:pdu_type (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_ptp.c153 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 Dsparx5_netdev.c85 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 Dsparx5_main.h259 u8 pdu_type; member
534 u32 pdu_type);
A Dsparx5_packet.c250 SPARX5_SKB_CB(skb)->pdu_type); in sparx5_port_xmit_impl()
/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_ptp.c326 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 Dlan966x_main.h261 u8 pdu_type; member
A Dlan966x_main.c388 lan966x_ifh_set_oam_type(ifh, LAN966X_SKB_CB(skb)->pdu_type); in lan966x_port_xmit()
/drivers/net/ethernet/intel/ice/
A Dice_fdir.h141 u8 pdu_type:4, member
A Dice_protocol_type.h208 u8 pdu_type; member
A Dice_tc_lib.c231 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 Ddefiner.h668 u8 pdu_type[0x4]; member
/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c685 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