Home
last modified time | relevance | path

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

12345

/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
A Dvirtual_isys.c367 csi_mipi_packet_type_t packet_type; in create_input_system_input_port() local
376 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
380 packet_type, in create_input_system_input_port()
391 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
395 packet_type, in create_input_system_input_port()
407 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
411 packet_type, in create_input_system_input_port()
431 me->metadata.packet_type, in create_input_system_input_port()
444 me->csi_rx.packet_type, in destroy_input_system_input_port()
452 me->metadata.packet_type, in destroy_input_system_input_port()
[all …]
A Dcsi_rx_rmgr.c44 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_acquire() argument
54 assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_acquire()
55 (packet_type == CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_acquire()
60 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
73 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
94 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_release() argument
103 assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_release()
104 (packet_type <= CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_release()
107 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_release()
120 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) in ia_css_isys_csi_rx_lut_rmgr_release()
/linux/include/uapi/linux/
A Dbatadv_packet.h209 __u8 packet_type; member
235 __u8 packet_type; member
256 __u8 packet_type; member
281 __u8 packet_type; member
304 __u8 packet_type; member
333 __u8 packet_type; member
372 __u8 packet_type; member
406 __u8 packet_type; member
447 __u8 packet_type; member
477 __u8 packet_type; member
[all …]
/linux/drivers/media/usb/gspca/
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()
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()
A Djl2005bcd.c311 int packet_type; in jl2005c_dostream() local
353 packet_type = FIRST_PACKET; in jl2005c_dostream()
354 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
372 packet_type = LAST_PACKET; in jl2005c_dostream()
375 packet_type = INTER_PACKET; in jl2005c_dostream()
376 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
/linux/include/net/
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,
/linux/drivers/scsi/fcoe/
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/llc/
A Dllc_core.c94 struct packet_type *pt, in llc_sap_open()
133 static struct packet_type llc_packet_type __read_mostly = {
138 static struct packet_type llc_tr_packet_type __read_mostly = {
/linux/net/802/
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/caif/
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/batman-adv/
A Dmain.c427 struct packet_type *ptype, in batadv_batman_skb_recv()
483 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv()
557 batadv_recv_handler_register(u8 packet_type, in batadv_recv_handler_register() argument
563 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register()
569 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register()
577 void batadv_recv_handler_unregister(u8 packet_type) in batadv_recv_handler_unregister() argument
579 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister()
A Dmain.h247 struct packet_type *ptype,
250 batadv_recv_handler_register(u8 packet_type,
253 void batadv_recv_handler_unregister(u8 packet_type);
A Dbridge_loop_avoidance.h37 unsigned short vid, int packet_type);
64 int packet_type) in batadv_bla_rx() argument
A Dsend.c246 unicast_packet->packet_type = BATADV_UNICAST; in batadv_send_skb_push_fill_unicast()
304 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR; in batadv_send_skb_prepare_unicast_4addr()
332 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() argument
344 switch (packet_type) { in batadv_send_skb_unicast()
404 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() argument
423 ret = batadv_send_skb_unicast(bat_priv, skb, packet_type, in batadv_send_skb_via_tt_generic()
A Dsend.h58 struct sk_buff *skb, int packet_type,
63 struct sk_buff *skb, int packet_type,
/linux/drivers/staging/gdm724x/
A Dgdm_mux.c41 static int packet_type_to_tty_index(u16 packet_type) in packet_type_to_tty_index() argument
46 if (packet_type_for_tty_index[i] == packet_type) in packet_type_to_tty_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()
169 payload_size, len, packet_type); in up_to_host()
173 index = packet_type_to_tty_index(packet_type); in up_to_host()
375 mux_header->packet_type = __cpu_to_le16(packet_type_for_tty_index[tty_index]); in gdm_mux_send()
/linux/sound/soc/mediatek/common/
A Dmtk-btcvsd.c358 enum bt_sco_packet_len packet_type, in mtk_btcvsd_read_from_bt() argument
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
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()
508 __func__, packet_type); in mtk_btcvsd_snd_irq_handler()
513 packet_num = btsco_packet_info[packet_type][1]; in mtk_btcvsd_snd_irq_handler()
514 buf_cnt_tx = btsco_packet_info[packet_type][2]; in mtk_btcvsd_snd_irq_handler()
515 buf_cnt_rx = btsco_packet_info[packet_type][3]; in mtk_btcvsd_snd_irq_handler()
572 packet_type, in mtk_btcvsd_snd_irq_handler()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_fid.c65 enum mlxsw_sp_flood_type packet_type; member
305 enum mlxsw_sp_flood_type packet_type) in mlxsw_sp_fid_flood_table_lookup() argument
311 if (fid_family->flood_tables[i].packet_type != packet_type) in mlxsw_sp_fid_flood_table_lookup()
320 enum mlxsw_sp_flood_type packet_type, u8 local_port, in mlxsw_sp_fid_flood_set() argument
332 flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type); in mlxsw_sp_fid_flood_set()
673 .packet_type = MLXSW_SP_FLOOD_TYPE_UC,
679 .packet_type = MLXSW_SP_FLOOD_TYPE_MC,
685 .packet_type = MLXSW_SP_FLOOD_TYPE_BC,
1012 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; in mlxsw_sp_fid_flood_table_init() local
1016 sfgc_packet_types = mlxsw_sp_packet_type_sfgc_types[packet_type]; in mlxsw_sp_fid_flood_table_init()
/linux/drivers/input/mouse/
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()
743 int packet_type) in elantech_report_absolute_v4() argument
745 switch (packet_type) { in elantech_report_absolute_v4()
877 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local
905 switch (packet_type) { in elantech_packet_check_v4()
925 int packet_type; in elantech_process_byte() local
953 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte()
954 switch (packet_type) { in elantech_process_byte()
[all …]
/linux/net/core/
A Dnet-procfs.c195 struct packet_type *pt = NULL; in ptype_get_idx()
224 struct packet_type *pt; in ptype_seq_next()
248 return list_entry(nxt, struct packet_type, list); in ptype_seq_next()
259 struct packet_type *pt = v; in ptype_seq_show()
/linux/drivers/staging/media/atomisp/pci/runtime/isys/interface/
A Dia_css_isys.h137 csi_mipi_packet_type_t packet_type,
142 csi_mipi_packet_type_t packet_type,
/linux/net/packet/
A Dinternal.h96 struct packet_type prot_hook ____cacheline_aligned_in_smp;
138 struct packet_type prot_hook ____cacheline_aligned_in_smp;
/linux/drivers/staging/media/atomisp/pci/
A Disp2401_input_system_global.h80 csi_mipi_packet_type_t packet_type; member
85 csi_mipi_packet_type_t packet_type; member
/linux/drivers/gpu/drm/amd/display/modules/freesync/
A Dfreesync.c924 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, in build_vrr_infopacket_sdp_v1_3() argument
929 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 : in build_vrr_infopacket_sdp_v1_3()
930 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 : in build_vrr_infopacket_sdp_v1_3()
945 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument
958 switch (packet_type) { in mod_freesync_build_vrr_infopacket()
984 packet_type != PACKET_TYPE_VRR && in mod_freesync_build_vrr_infopacket()
985 packet_type != PACKET_TYPE_VTEM) in mod_freesync_build_vrr_infopacket()
986 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket); in mod_freesync_build_vrr_infopacket()

Completed in 51 milliseconds

12345