/Linux-v4.19/include/uapi/linux/ |
D | batadv_packet.h | 213 __u8 packet_type; member 239 __u8 packet_type; member 260 __u8 packet_type; member 285 __u8 packet_type; member 308 __u8 packet_type; member 337 __u8 packet_type; member 376 __u8 packet_type; member 410 __u8 packet_type; member 451 __u8 packet_type; member 481 __u8 packet_type; member [all …]
|
/Linux-v4.19/include/net/ |
D | llc.h | 26 struct packet_type; 61 struct packet_type *pt, 97 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, 112 struct packet_type *pt,
|
D | psnap.h | 8 struct packet_type *,
|
D | datalink.h | 13 struct packet_type *, struct net_device *);
|
D | p8022.h | 8 struct packet_type *pt,
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe.h | 81 struct packet_type fcoe_packet_type; 82 struct packet_type fip_packet_type; 83 struct packet_type fip_vlan_packet_type;
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | sq905c.c | 137 int packet_type; in sq905c_dostream() local 168 packet_type = FIRST_PACKET; in sq905c_dostream() 169 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream() 185 packet_type = LAST_PACKET; in sq905c_dostream() 187 packet_type = INTER_PACKET; in sq905c_dostream() 188 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
|
D | sq905.c | 214 int packet_type; in sq905_dostream() local 255 packet_type = FIRST_PACKET; in sq905_dostream() 262 packet_type = LAST_PACKET; in sq905_dostream() 264 packet_type = INTER_PACKET; in sq905_dostream() 266 gspca_frame_add(gspca_dev, packet_type, in sq905_dostream() 270 if (packet_type == FIRST_PACKET && in sq905_dostream()
|
D | jl2005bcd.c | 320 int packet_type; in jl2005c_dostream() local 362 packet_type = FIRST_PACKET; in jl2005c_dostream() 363 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream() 381 packet_type = LAST_PACKET; in jl2005c_dostream() 384 packet_type = INTER_PACKET; in jl2005c_dostream() 385 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
|
D | jeilinj.c | 273 int packet_type; in sd_pkt_scan() local 300 packet_type = LAST_PACKET; in sd_pkt_scan() 302 packet_type = INTER_PACKET; in sd_pkt_scan() 303 gspca_frame_add(gspca_dev, packet_type, in sd_pkt_scan()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_fid.c | 40 enum mlxsw_sp_flood_type packet_type; member 99 enum mlxsw_sp_flood_type packet_type) in mlxsw_sp_fid_flood_table_lookup() argument 105 if (fid_family->flood_tables[i].packet_type != packet_type) in mlxsw_sp_fid_flood_table_lookup() 114 enum mlxsw_sp_flood_type packet_type, u8 local_port, in mlxsw_sp_fid_flood_set() argument 126 flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type); in mlxsw_sp_fid_flood_set() 343 .packet_type = MLXSW_SP_FLOOD_TYPE_UC, 349 .packet_type = MLXSW_SP_FLOOD_TYPE_MC, 355 .packet_type = MLXSW_SP_FLOOD_TYPE_BC, 547 .packet_type = MLXSW_SP_FLOOD_TYPE_UC, 553 .packet_type = MLXSW_SP_FLOOD_TYPE_MC, [all …]
|
/Linux-v4.19/net/batman-adv/ |
D | main.h | 231 struct packet_type; 262 struct packet_type *ptype, 265 batadv_recv_handler_register(u8 packet_type, 268 void batadv_recv_handler_unregister(u8 packet_type);
|
D | main.c | 437 struct packet_type *ptype, in batadv_batman_skb_recv() 493 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv() 567 batadv_recv_handler_register(u8 packet_type, in batadv_recv_handler_register() argument 573 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register() 579 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register() 587 void batadv_recv_handler_unregister(u8 packet_type) in batadv_recv_handler_unregister() argument 589 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister()
|
D | send.h | 67 struct sk_buff *skb, int packet_type, 72 struct sk_buff *skb, int packet_type,
|
D | send.c | 259 unicast_packet->packet_type = BATADV_UNICAST; in batadv_send_skb_push_fill_unicast() 317 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR; in batadv_send_skb_prepare_unicast_4addr() 346 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() argument 358 switch (packet_type) { in batadv_send_skb_unicast() 418 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() argument 437 ret = batadv_send_skb_unicast(bat_priv, skb, packet_type, in batadv_send_skb_via_tt_generic()
|
/Linux-v4.19/net/llc/ |
D | llc_core.c | 94 struct packet_type *pt, in llc_sap_open() 135 static struct packet_type llc_packet_type __read_mostly = { 140 static struct packet_type llc_tr_packet_type __read_mostly = {
|
D | llc_input.c | 155 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv() 161 struct packet_type *, struct net_device *); in llc_rcv()
|
/Linux-v4.19/net/802/ |
D | psnap.c | 50 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv() 54 static struct packet_type snap_packet_type = { in snap_rcv() 129 struct packet_type *, in register_snap_client() argument
|
/Linux-v4.19/net/caif/ |
D | cfdgml.c | 84 u8 packet_type; in cfdgml_transmit() local 102 packet_type = 0x08; /* B9 set - UNCLASSIFIED */ in cfdgml_transmit() 103 cfpkt_add_head(pkt, &packet_type, 1); in cfdgml_transmit()
|
/Linux-v4.19/net/dsa/ |
D | tag_brcm.c | 113 struct packet_type *pt, in brcm_tag_rcv_ll() 157 struct packet_type *pt) in brcm_tag_rcv() 190 struct packet_type *pt) in brcm_tag_rcv_prepend()
|
/Linux-v4.19/drivers/staging/gdm724x/ |
D | gdm_mux.c | 19 static u16 packet_type[TTY_MAX_COUNT] = {0xF011, 0xF010}; variable 46 if (packet_type[i] == packetType) in packet_type_to_index() 146 unsigned short packet_type; in up_to_host() local 158 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host() 170 payload_size, len, packet_type); in up_to_host() 174 index = packet_type_to_index(packet_type); in up_to_host() 376 mux_header->packet_type = __cpu_to_le16(packet_type[tty_index]); in gdm_mux_send()
|
/Linux-v4.19/drivers/input/mouse/ |
D | elantech.c | 406 int packet_type) in elantech_report_trackpoint() argument 462 int packet_type) in elantech_report_absolute_v3() argument 489 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3() 646 int packet_type) in elantech_report_absolute_v4() argument 648 switch (packet_type) { in elantech_report_absolute_v4() 780 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local 808 switch (packet_type) { in elantech_packet_check_v4() 828 int packet_type; in elantech_process_byte() local 856 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte() 857 switch (packet_type) { in elantech_process_byte() [all …]
|
/Linux-v4.19/net/packet/ |
D | internal.h | 93 struct packet_type prot_hook ____cacheline_aligned_in_smp; 133 struct packet_type prot_hook ____cacheline_aligned_in_smp;
|
/Linux-v4.19/net/core/ |
D | net-procfs.c | 187 struct packet_type *pt = NULL; in ptype_get_idx() 216 struct packet_type *pt; in ptype_seq_next() 240 return list_entry(nxt, struct packet_type, list); in ptype_seq_next() 251 struct packet_type *pt = v; in ptype_seq_show()
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 121 u8 packet_type; member 560 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl() 696 u8 packet_type) in qtd_alloc() argument 706 qtd->packet_type = packet_type; in qtd_alloc() 786 switch (qtd->packet_type) { in collect_qtds() 876 ((qtd->packet_type == SETUP_PID) || in enqueue_qtds() 877 (qtd->packet_type == OUT_PID))) { in enqueue_qtds() 1398 u8 packet_type; in packetize_urb() local 1414 packet_type = IN_PID; in packetize_urb() 1416 packet_type = OUT_PID; in packetize_urb() [all …]
|