Searched refs:pdu_type (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/llc/ |
D | llc_pdu.c | 21 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-6.6.21/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()
|
/linux-6.6.21/include/net/ |
D | gtp.h | 66 u8 pdu_type; member
|
/linux-6.6.21/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 | 226 if (fltr->gtp_pdu_info_masks.pdu_type) { in ice_tc_fill_tunnel_outer() 227 list[i].h_u.gtp_hdr.pdu_type = in ice_tc_fill_tunnel_outer() 228 fltr->gtp_pdu_info_keys.pdu_type << 4; in ice_tc_fill_tunnel_outer() 229 memcpy(&list[i].m_u.gtp_hdr.pdu_type, "\xf0", 1); in ice_tc_fill_tunnel_outer()
|
/linux-6.6.21/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()
|
/linux-6.6.21/net/sched/ |
D | cls_flower.c | 1413 sinfo->pdu_type = in fl_set_gtp_opt() 3106 session_info->pdu_type)) in fl_dump_key_gtp_opt()
|