Searched refs:packet_type (Results 26 - 50 of 128) sorted by relevance

123456

/linux-master/drivers/media/usb/gspca/
H A Djl2005bcd.c313 int packet_type; local
355 packet_type = FIRST_PACKET;
356 gspca_frame_add(gspca_dev, packet_type,
374 packet_type = LAST_PACKET;
377 packet_type = INTER_PACKET;
378 gspca_frame_add(gspca_dev, packet_type,
H A Djeilinj.c264 int packet_type; local
291 packet_type = LAST_PACKET;
293 packet_type = INTER_PACKET;
294 gspca_frame_add(gspca_dev, packet_type,
/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.c41 static int packet_type_to_tty_index(u16 packet_type) argument
46 if (packet_type_for_tty_index[i] == packet_type)
146 unsigned short packet_type; local
158 packet_type = __le16_to_cpu(mux_header->packet_type);
169 payload_size, len, packet_type);
173 index = packet_type_to_tty_index(packet_type);
375 mux_header->packet_type = __cpu_to_le16(packet_type_for_tty_index[tty_index]);
/linux-master/net/llc/
H A Dllc_input.c162 struct packet_type *pt, struct net_device *orig_dev)
168 struct packet_type *, struct net_device *);
/linux-master/drivers/block/aoe/
H A Daoenet.c131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev)
194 static struct packet_type aoe_pt __read_mostly = {
/linux-master/net/core/
H A Dnet-procfs.c174 struct packet_type *pt = NULL;
214 struct packet_type *pt;
255 return list_entry(nxt, struct packet_type, list);
266 struct packet_type *pt = v;
/linux-master/net/batman-adv/
H A Dmain.c428 struct packet_type *ptype,
484 idx = batadv_ogm_packet->packet_type;
554 * @packet_type: batadv_packettype which should be handled
560 batadv_recv_handler_register(u8 packet_type, argument
566 curr = batadv_rx_handler[packet_type];
572 batadv_rx_handler[packet_type] = recv_handler;
578 * @packet_type: batadv_packettype which should no longer be handled
580 void batadv_recv_handler_unregister(u8 packet_type) argument
582 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet;
H A Dsend.c246 unicast_packet->packet_type = BATADV_UNICAST;
304 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR;
319 * @packet_type: the batman unicast packet type to use
327 * as packet_type. Then send this frame to the given orig_node.
332 struct sk_buff *skb, int packet_type,
344 switch (packet_type) {
389 * @packet_type: the batman unicast packet type to use
398 * BATADV_UNICAST_4ADDR was supplied as packet_type. Then send this frame
404 struct sk_buff *skb, int packet_type,
423 ret = batadv_send_skb_unicast(bat_priv, skb, packet_type,
331 batadv_send_skb_unicast(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, struct batadv_orig_node *orig_node, unsigned short vid) argument
403 batadv_send_skb_via_tt_generic(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, u8 *dst_hint, unsigned short vid) argument
[all...]
/linux-master/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c358 enum bt_sco_packet_len packet_type,
395 if ((control & btsco_packet_valid_mask[packet_type][i]) ==
396 btsco_packet_valid_mask[packet_type][i])
411 enum bt_sco_packet_len packet_type,
484 unsigned int packet_type, packet_num, packet_length; local
498 packet_type = (control >> 18) & 0x7;
506 if (packet_type >= BT_SCO_CVSD_MAX) {
507 dev_warn(bt->dev, "%s(), invalid packet_type %u, exit\n",
508 __func__, packet_type);
512 packet_length = btsco_packet_info[packet_type][
357 mtk_btcvsd_read_from_bt(struct mtk_btcvsd_snd *bt, enum bt_sco_packet_len packet_type, unsigned int packet_length, unsigned int packet_num, unsigned int blk_size, unsigned int control) argument
410 mtk_btcvsd_write_to_bt(struct mtk_btcvsd_snd *bt, enum bt_sco_packet_len packet_type, unsigned int packet_length, unsigned int packet_num, unsigned int blk_size) argument
[all...]
/linux-master/net/can/
H A Daf_can.c677 struct packet_type *pt, struct net_device *orig_dev)
692 struct packet_type *pt, struct net_device *orig_dev)
707 struct packet_type *pt, struct net_device *orig_dev)
835 static struct packet_type can_packet __read_mostly = {
840 static struct packet_type canfd_packet __read_mostly = {
845 static struct packet_type canxl_packet __read_mostly = {
/linux-master/include/net/
H A Dmrp.h111 struct packet_type pkttype;
/linux-master/drivers/input/mouse/
H A Delantech.c490 int packet_type)
559 int packet_type)
586 if (packet_type == PACKET_V3_HEAD) {
604 /* packet_type == PACKET_V3_TAIL */
744 int packet_type)
746 switch (packet_type) {
878 unsigned char packet_type = packet[3] & 0x03; local
906 switch (packet_type) {
926 int packet_type; local
954 packet_type
489 elantech_report_trackpoint(struct psmouse *psmouse, int packet_type) argument
558 elantech_report_absolute_v3(struct psmouse *psmouse, int packet_type) argument
743 elantech_report_absolute_v4(struct psmouse *psmouse, int packet_type) argument
[all...]
/linux-master/net/802/
H A Dstp.c31 struct packet_type *pt, struct net_device *orig_dev)
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h135 enum vrr_packet_type packet_type,
/linux-master/net/ieee802154/6lowpan/
H A Drx.c272 struct packet_type *pt, struct net_device *orig_wdev)
310 static struct packet_type lowpan_packet_type = {
/linux-master/net/dsa/
H A Dtag.c55 struct packet_type *pt, struct net_device *unused)
127 struct packet_type dsa_pack_type __read_mostly = {
H A Dtag.h20 extern struct packet_type dsa_pack_type;
/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c927 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, argument
932 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 :
933 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 :
948 enum vrr_packet_type packet_type,
961 switch (packet_type) {
976 packet_type != PACKET_TYPE_VRR &&
977 packet_type != PACKET_TYPE_VTEM)
978 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket);
945 mod_freesync_build_vrr_infopacket(struct mod_freesync *mod_freesync, const struct dc_stream_state *stream, const struct mod_vrr_params *vrr, enum vrr_packet_type packet_type, enum color_transfer_func app_tf, struct dc_info_packet *infopacket, bool pack_sdp_v1_3) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c74 enum mlxsw_sp_flood_type packet_type; member in struct:mlxsw_sp_flood_table
352 enum mlxsw_sp_flood_type packet_type)
361 if (flood_table->packet_type != packet_type)
434 enum mlxsw_sp_flood_type packet_type, u16 local_port,
444 flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type);
1209 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; local
1217 sfgc_packet_types = mlxsw_sp_packet_type_sfgc_types[packet_type];
1286 .packet_type
351 mlxsw_sp_fid_flood_table_lookup(const struct mlxsw_sp_fid *fid, enum mlxsw_sp_flood_type packet_type) argument
433 mlxsw_sp_fid_flood_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_flood_type packet_type, u16 local_port, bool member) argument
2389 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; local
[all...]
/linux-master/drivers/net/hamradio/
H A Dbpqether.c87 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
90 static struct packet_type bpq_packet_type __read_mostly = {
170 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev)
/linux-master/net/caif/
H A Dcaif_dev.c248 struct packet_type *pkttype, struct net_device *orig_dev)
284 static struct packet_type caif_packet_type __read_mostly = {
316 struct packet_type *,
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c146 u8 packet_type; member in struct:isp1760_qtd
841 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type);
977 u8 packet_type)
987 qtd->packet_type = packet_type;
1071 switch (qtd->packet_type) {
1162 if (qtd->length && (qtd->packet_type == SETUP_PID ||
1163 qtd->packet_type == OUT_PID)) {
1778 u8 packet_type; local
1794 packet_type
976 qtd_alloc(gfp_t flags, struct urb *urb, u8 packet_type) argument
[all...]
/linux-master/net/x25/
H A Dx25_dev.c95 struct packet_type *ptype, struct net_device *orig_dev)
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h211 u16 packet_type: 10; member in struct:gve_rx_compl_desc_dqo
/linux-master/net/tipc/
H A Dcore.h138 struct packet_type loopback_pt;

Completed in 301 milliseconds

123456