Searched refs:packet_type (Results 1 - 25 of 128) sorted by relevance

123456

/linux-master/include/net/
H A Dpsnap.h7 struct packet_type;
13 struct packet_type *,
H A Dp8022.h6 struct packet_type;
13 struct packet_type *pt,
H A Ddatalink.h9 struct packet_type;
20 struct packet_type *, struct net_device *);
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,
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dcsi_rx_rmgr.c43 csi_mipi_packet_type_t packet_type,
53 assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) ||
54 (packet_type == CSI_MIPI_PACKET_TYPE_SHORT));
59 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
72 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
93 csi_mipi_packet_type_t packet_type,
102 assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) ||
103 (packet_type <= CSI_MIPI_PACKET_TYPE_SHORT));
106 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
119 if (packet_type
41 ia_css_isys_csi_rx_lut_rmgr_acquire( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
91 ia_css_isys_csi_rx_lut_rmgr_release( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
[all...]
H A Dvirtual_isys.c91 csi_mipi_packet_type_t packet_type,
96 csi_mipi_packet_type_t packet_type,
355 csi_mipi_packet_type_t packet_type; local
363 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
364 me->csi_rx.packet_type = packet_type;
368 packet_type,
378 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
379 me->csi_rx.packet_type = packet_type;
620 acquire_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
628 release_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
854 csi_mipi_packet_type_t packet_type; local
[all...]
/linux-master/include/uapi/linux/
H A Dbatadv_packet.h205 * @packet_type: batman-adv packet type, part of the general header
217 __u8 packet_type; member in struct:batadv_ogm_packet
233 * @packet_type: batman-adv packet type, part of the general header
243 __u8 packet_type; member in struct:batadv_ogm2_packet
257 * @packet_type: batman-adv packet type, part of the general header
264 __u8 packet_type; member in struct:batadv_elp_packet
275 * @packet_type: batman-adv packet type, part of the general header
289 __u8 packet_type; member in struct:batadv_icmp_header
301 * @packet_type: batman-adv packet type, part of the general header
312 __u8 packet_type; member in struct:batadv_icmp_packet
341 __u8 packet_type; member in struct:batadv_icmp_tp_packet
380 __u8 packet_type; member in struct:batadv_icmp_packet_rr
414 __u8 packet_type; member in struct:batadv_unicast_packet
455 __u8 packet_type; member in struct:batadv_frag_packet
485 __u8 packet_type; member in struct:batadv_bcast_packet
505 __u8 packet_type; member in struct:batadv_mcast_packet
533 __u8 packet_type; member in struct:batadv_coded_packet
562 __u8 packet_type; member in struct:batadv_unicast_tvlv_packet
[all...]
/linux-master/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-master/net/caif/
H A Dcfdgml.c83 u8 packet_type; local
101 packet_type = 0x08; /* B9 set - UNCLASSIFIED */
102 cfpkt_add_head(pkt, &packet_type, 1);
/linux-master/net/802/
H A Dpsnap.c46 struct packet_type *pt, struct net_device *orig_dev)
50 static struct packet_type snap_packet_type = {
125 struct packet_type *,
H A Dp8022.c35 struct packet_type *pt,
/linux-master/net/batman-adv/
H A Dsend.h58 struct sk_buff *skb, int packet_type,
63 struct sk_buff *skb, int packet_type,
H A Dbridge_loop_avoidance.h37 unsigned short vid, int packet_type);
64 int packet_type)
62 batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned short vid, int packet_type) argument
H A Dmain.h247 struct packet_type *ptype,
250 batadv_recv_handler_register(u8 packet_type,
253 void batadv_recv_handler_unregister(u8 packet_type);
H A Dtvlv.h44 u8 packet_type,
H A Dtvlv.c355 * @packet_type: indicates for which packet type the TVLV handler is called
366 u8 packet_type,
377 switch (packet_type) {
425 * @packet_type: indicates for which packet type the TVLV handler is called
435 u8 packet_type,
460 packet_type, orig_node, skb,
468 if (packet_type != BATADV_IV_OGM &&
469 packet_type != BATADV_OGM2)
643 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV;
364 batadv_tvlv_call_handler(struct batadv_priv *bat_priv, struct batadv_tvlv_handler *tvlv_handler, u8 packet_type, struct batadv_orig_node *orig_node, struct sk_buff *skb, void *tvlv_value, u16 tvlv_value_len) argument
434 batadv_tvlv_containers_process(struct batadv_priv *bat_priv, u8 packet_type, struct batadv_orig_node *orig_node, struct sk_buff *skb, void *tvlv_value, u16 tvlv_value_len) argument
/linux-master/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_global.h75 csi_mipi_packet_type_t packet_type; member in struct:input_system_input_port_s::__anon2200
80 csi_mipi_packet_type_t packet_type; member in struct:input_system_input_port_s::__anon2201
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h131 csi_mipi_packet_type_t packet_type,
136 csi_mipi_packet_type_t packet_type,
/linux-master/drivers/media/usb/gspca/
H A Dsq905c.c128 int packet_type; local
159 packet_type = FIRST_PACKET;
160 gspca_frame_add(gspca_dev, packet_type,
176 packet_type = LAST_PACKET;
178 packet_type = INTER_PACKET;
179 gspca_frame_add(gspca_dev, packet_type,
H A Dsq905.c205 int packet_type; local
246 packet_type = FIRST_PACKET;
253 packet_type = LAST_PACKET;
255 packet_type = INTER_PACKET;
257 gspca_frame_add(gspca_dev, packet_type,
261 if (packet_type == FIRST_PACKET &&
/linux-master/net/packet/
H A Dinternal.h96 struct packet_type prot_hook ____cacheline_aligned_in_smp;
132 struct packet_type prot_hook ____cacheline_aligned_in_smp;
/linux-master/net/llc/
H A Dllc_core.c94 struct packet_type *pt,
133 static struct packet_type llc_packet_type __read_mostly = {
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.h81 unsigned packet_type:2; member in struct:tx_control
/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.h31 __le16 packet_type; member in struct:mux_pkt_header
/linux-master/include/net/caif/
H A Dcaif_dev.h126 struct packet_type *, struct net_device *));

Completed in 473 milliseconds

123456