Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 25 of 86) sorted by relevance

1234

/linux/drivers/media/usb/gspca/
H A Dsq905c.c128 int packet_type; in sq905c_dostream() local
159 packet_type = FIRST_PACKET; in sq905c_dostream()
160 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
176 packet_type = LAST_PACKET; in sq905c_dostream()
178 packet_type = INTER_PACKET; in sq905c_dostream()
179 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
H A Dsq905.c205 int packet_type; in sq905_dostream() local
246 packet_type = FIRST_PACKET; in sq905_dostream()
253 packet_type = LAST_PACKET; in sq905_dostream()
255 packet_type = INTER_PACKET; in sq905_dostream()
257 gspca_frame_add(gspca_dev, packet_type, in sq905_dostream()
261 if (packet_type == FIRST_PACKET && in sq905_dostream()
H A Djl2005bcd.c313 int packet_type; in jl2005c_dostream() local
355 packet_type = FIRST_PACKET; in jl2005c_dostream()
356 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
374 packet_type = LAST_PACKET; in jl2005c_dostream()
377 packet_type = INTER_PACKET; in jl2005c_dostream()
378 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
H A Djeilinj.c264 int packet_type; in sd_pkt_scan() local
291 packet_type = LAST_PACKET; in sd_pkt_scan()
293 packet_type = INTER_PACKET; in sd_pkt_scan()
294 gspca_frame_add(gspca_dev, packet_type, in sd_pkt_scan()
/linux/include/net/
H A Dllc.h26 struct packet_type;
61 struct packet_type *pt,
100 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
115 struct packet_type *pt,
H A Dpsnap.h7 struct packet_type;
13 struct packet_type *,
H A Dp8022.h
H A Ddatalink.h9 struct packet_type;
20 struct packet_type *, struct net_device *);
/linux/drivers/scsi/fcoe/
H A Dfcoe.h69 struct packet_type fcoe_packet_type;
70 struct packet_type fip_packet_type;
71 struct packet_type fip_vlan_packet_type;
/linux/net/caif/
H A Dcfdgml.c83 u8 packet_type; in cfdgml_transmit() local
101 packet_type = 0x08; /* B9 set - UNCLASSIFIED */ in cfdgml_transmit()
102 cfpkt_add_head(pkt, &packet_type, 1); in cfdgml_transmit()
/linux/net/802/
H A Dpsnap.c46 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv()
50 static struct packet_type snap_packet_type = { in snap_rcv()
125 struct packet_type *, in register_snap_client() argument
/linux/net/batman-adv/
H A Dtvlv.c366 u8 packet_type, in batadv_tvlv_call_handler() argument
377 switch (packet_type) { in batadv_tvlv_call_handler()
435 u8 packet_type, in batadv_tvlv_containers_process() argument
460 packet_type, orig_node, skb, in batadv_tvlv_containers_process()
468 if (packet_type != BATADV_IV_OGM && in batadv_tvlv_containers_process()
469 packet_type != BATADV_OGM2) in batadv_tvlv_containers_process()
643 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV; in batadv_tvlv_unicast_send()
H A Dbridge_loop_avoidance.h37 unsigned short vid, int packet_type);
64 int packet_type) in batadv_bla_rx() argument
H A Dsend.h58 struct sk_buff *skb, int packet_type,
63 struct sk_buff *skb, int packet_type,
/linux/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c358 enum bt_sco_packet_len packet_type, in mtk_btcvsd_read_from_bt() argument
395 if ((control & btsco_packet_valid_mask[packet_type][i]) == in mtk_btcvsd_read_from_bt()
396 btsco_packet_valid_mask[packet_type][i]) in mtk_btcvsd_read_from_bt()
411 enum bt_sco_packet_len packet_type, in mtk_btcvsd_write_to_bt() argument
484 unsigned int packet_type, packet_num, packet_length; in mtk_btcvsd_snd_irq_handler() local
498 packet_type = (control >> 18) & 0x7; in mtk_btcvsd_snd_irq_handler()
506 if (packet_type >= BT_SCO_CVSD_MAX) { in mtk_btcvsd_snd_irq_handler()
507 dev_warn(bt->dev, "%s(), invalid packet_type %u, exit\n", in mtk_btcvsd_snd_irq_handler()
508 __func__, packet_type); in mtk_btcvsd_snd_irq_handler()
512 packet_length = btsco_packet_info[packet_type][ in mtk_btcvsd_snd_irq_handler()
[all...]
/linux/drivers/input/mouse/
H A Delantech.c490 int packet_type) in elantech_report_trackpoint() argument
559 int packet_type) in elantech_report_absolute_v3() argument
586 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3()
744 int packet_type) in elantech_report_absolute_v4() argument
746 switch (packet_type) { in elantech_report_absolute_v4()
878 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local
906 switch (packet_type) { in elantech_packet_check_v4()
926 int packet_type; in elantech_process_byte() local
954 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte()
955 switch (packet_type) { in elantech_process_byte()
[all …]
H A Dsentelic.c641 const char *packet_type = "UNKNOWN"; in fsp_packet_debug() local
647 packet_type = "Absolute"; in fsp_packet_debug()
652 packet_type = "Normal"; in fsp_packet_debug()
655 packet_type = "Notify"; in fsp_packet_debug()
658 packet_type = "Normal-OPC"; in fsp_packet_debug()
667 jiffies_msec, packet_type, in fsp_packet_debug()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c74 enum mlxsw_sp_flood_type packet_type; member
352 enum mlxsw_sp_flood_type packet_type) in mlxsw_sp_fid_flood_table_lookup() argument
361 if (flood_table->packet_type != packet_type) in mlxsw_sp_fid_flood_table_lookup()
434 enum mlxsw_sp_flood_type packet_type, u16 local_port, in mlxsw_sp_fid_flood_set() argument
444 flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type); in mlxsw_sp_fid_flood_set()
1209 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; in mlxsw_sp_fid_flood_table_init_ctl() local
1217 sfgc_packet_types = mlxsw_sp_packet_type_sfgc_types[packet_type]; in mlxsw_sp_fid_flood_table_init_ctl()
1286 .packet_type = MLXSW_SP_FLOOD_TYPE_UC,
1291 .packet_type = MLXSW_SP_FLOOD_TYPE_MC,
1296 .packet_type = MLXSW_SP_FLOOD_TYPE_BC,
[all …]
/linux/net/llc/
H A Dllc_core.c94 struct packet_type *pt, in llc_sap_open()
133 static struct packet_type llc_packet_type __read_mostly = {
H A Dllc_input.c162 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv()
168 struct packet_type *, struct net_device *); in llc_rcv()
/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c923 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, in build_vrr_infopacket_sdp_v1_3() argument
928 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 : in build_vrr_infopacket_sdp_v1_3()
929 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 : in build_vrr_infopacket_sdp_v1_3()
944 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument
957 switch (packet_type) { in mod_freesync_build_vrr_infopacket()
972 packet_type != PACKET_TYPE_VRR && in mod_freesync_build_vrr_infopacket()
973 packet_type != PACKET_TYPE_VTEM) in mod_freesync_build_vrr_infopacket()
974 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket); in mod_freesync_build_vrr_infopacket()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c146 u8 packet_type; member
841 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl()
977 u8 packet_type) in qtd_alloc() argument
987 qtd->packet_type = packet_type; in qtd_alloc()
1071 switch (qtd->packet_type) { in collect_qtds()
1162 if (qtd->length && (qtd->packet_type == SETUP_PID || in enqueue_qtds()
1163 qtd->packet_type == OUT_PID)) { in enqueue_qtds()
1778 u8 packet_type; in packetize_urb() local
1794 packet_type = IN_PID; in packetize_urb()
1796 packet_type = OUT_PID; in packetize_urb()
[all …]
/linux/drivers/block/aoe/
H A Daoenet.c131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *… in aoenet_rcv()
194 static struct packet_type aoe_pt __read_mostly = {
/linux/drivers/net/hamradio/
H A Dbpqether.c88 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *…
91 static struct packet_type bpq_packet_type __read_mostly = {
150 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
/linux/net/dsa/
H A Dtag.c55 struct packet_type *pt, struct net_device *unused) in dsa_switch_rcv()
128 struct packet_type dsa_pack_type __read_mostly = {

1234