Home
last modified time | relevance | path

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

/linux/net/llc/
H A Dllc_pdu.c21 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type) in llc_pdu_set_cmd_rsp() argument
23 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
68 llc_pdu_decode_pdu_type(skb, &pdu_type); in llc_pdu_decode_pf_bit()
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()
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c149 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()
H A Dsparx5_netdev.c83 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()
H A Dsparx5_main.h194 u8 pdu_type; member
376 void sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type);
H A Dsparx5_packet.c241 sparx5_set_port_ifh_pdu_type(ifh, SPARX5_SKB_CB(skb)->pdu_type); in sparx5_port_xmit_impl()
/linux/include/linux/io_uring/
H A Dcmd.h30 #define io_uring_cmd_to_pdu(cmd, pdu_type) ( \ argument
31 io_uring_cmd_private_sz_check(sizeof(pdu_type)), \
32 ((pdu_type *)&(cmd)->pdu) \
/linux/include/net/
H A Dgtp.h66 u8 pdu_type; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h139 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/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_definer.h668 u8 pdu_type[0x4]; member
/linux/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/net/sched/
H A Dcls_flower.c1462 sinfo->pdu_type = in fl_set_gtp_opt()
3262 session_info->pdu_type)) in fl_dump_key_gtp_opt()