Home
last modified time | relevance | path

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

/linux-6.15/net/llc/
H A Dllc_pdu.c23 llc_pdu_un_hdr(skb)->ssap |= pdu_type; in llc_pdu_set_cmd_rsp()
37 u8 pdu_type; in llc_pdu_set_pf_bit() local
40 llc_pdu_decode_pdu_type(skb, &pdu_type); in llc_pdu_set_pf_bit()
43 switch (pdu_type) { in llc_pdu_set_pf_bit()
65 u8 pdu_type; in llc_pdu_decode_pf_bit() local
71 switch (pdu_type) { in llc_pdu_decode_pf_bit()
352 u8 pdu_type; in llc_pdu_get_pf_bit() local
357 pdu_type = LLC_PDU_TYPE_U; in llc_pdu_get_pf_bit()
359 pdu_type = LLC_PDU_TYPE_S; in llc_pdu_get_pf_bit()
361 pdu_type = LLC_PDU_TYPE_I; in llc_pdu_get_pf_bit()
[all …]
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H 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()
H 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()
H A Dsparx5_packet.c250 SPARX5_SKB_CB(skb)->pdu_type); in sparx5_port_xmit_impl()
H A Dsparx5_main.h259 u8 pdu_type; member
534 u32 pdu_type);
/linux-6.15/include/linux/io_uring/
H A Dcmd.h35 #define io_uring_cmd_to_pdu(cmd, pdu_type) ( \ argument
36 io_uring_cmd_private_sz_check(sizeof(pdu_type)), \
37 ((pdu_type *)&(cmd)->pdu) \
/linux-6.15/include/net/
H A Dgtp.h66 u8 pdu_type; member
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h141 u8 pdu_type:4, member
H A Dice_protocol_type.h208 u8 pdu_type; member
H A Dice_tc_lib.c234 if (fltr->gtp_pdu_info_masks.pdu_type) { in ice_tc_fill_tunnel_outer()
235 list[i].h_u.gtp_hdr.pdu_type = in ice_tc_fill_tunnel_outer()
236 fltr->gtp_pdu_info_keys.pdu_type << 4; in ice_tc_fill_tunnel_outer()
237 memcpy(&list[i].m_u.gtp_hdr.pdu_type, "\xf0", 1); in ice_tc_fill_tunnel_outer()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.h668 u8 pdu_type[0x4]; member
/linux-6.15/drivers/scsi/cxgbi/cxgb4i/
H 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()
/linux-6.15/net/sched/
H A Dcls_flower.c1463 sinfo->pdu_type = in fl_set_gtp_opt()
3265 session_info->pdu_type)) in fl_dump_key_gtp_opt()