drivers/block/aoe/aoenet.c
131
aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev)
drivers/block/aoe/aoenet.c
194
static struct packet_type aoe_pt __read_mostly = {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9601
enum vrr_packet_type packet_type = PACKET_TYPE_VRR;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9643
packet_type = PACKET_TYPE_FS_V1;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9645
packet_type = PACKET_TYPE_FS_V2;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9647
packet_type = PACKET_TYPE_FS_V3;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9657
packet_type,
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
923
static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type,
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
928
size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 :
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
929
(packet_type == PACKET_TYPE_FS_V3) ? 0x10 :
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
944
enum vrr_packet_type packet_type,
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
957
switch (packet_type) {
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
972
packet_type != PACKET_TYPE_VRR &&
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
973
packet_type != PACKET_TYPE_VTEM)
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
974
build_vrr_infopacket_sdp_v1_3(packet_type, infopacket);
drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
116
enum vrr_packet_type packet_type,
drivers/input/joystick/xpad.c
1081
if (xpad->packet_type == PKT_XBE2_FW_5_11) {
drivers/input/joystick/xpad.c
1181
if (xpad->packet_type == PKT_XBE1) {
drivers/input/joystick/xpad.c
1194
} else if (xpad->packet_type == PKT_XBE2_FW_OLD) {
drivers/input/joystick/xpad.c
1207
} else if (xpad->packet_type == PKT_XBE2_FW_5_EARLY) {
drivers/input/joystick/xpad.c
2113
xpad->packet_type = PKT_XB;
drivers/input/joystick/xpad.c
2185
xpad->packet_type = PKT_XBE1;
drivers/input/joystick/xpad.c
2195
xpad->packet_type = PKT_XBE2_FW_OLD;
drivers/input/joystick/xpad.c
2201
xpad->packet_type = PKT_XBE2_FW_5_EARLY;
drivers/input/joystick/xpad.c
2206
xpad->packet_type = PKT_XBE2_FW_5_11;
drivers/input/joystick/xpad.c
801
int packet_type; /* type of the extended packet */
drivers/input/mouse/elantech.c
490
int packet_type)
drivers/input/mouse/elantech.c
559
int packet_type)
drivers/input/mouse/elantech.c
586
if (packet_type == PACKET_V3_HEAD) {
drivers/input/mouse/elantech.c
744
int packet_type)
drivers/input/mouse/elantech.c
746
switch (packet_type) {
drivers/input/mouse/elantech.c
878
unsigned char packet_type = packet[3] & 0x03;
drivers/input/mouse/elantech.c
906
switch (packet_type) {
drivers/input/mouse/elantech.c
926
int packet_type;
drivers/input/mouse/elantech.c
954
packet_type = elantech_packet_check_v3(psmouse);
drivers/input/mouse/elantech.c
955
switch (packet_type) {
drivers/input/mouse/elantech.c
964
elantech_report_trackpoint(psmouse, packet_type);
drivers/input/mouse/elantech.c
968
elantech_report_absolute_v3(psmouse, packet_type);
drivers/input/mouse/elantech.c
975
packet_type = elantech_packet_check_v4(psmouse);
drivers/input/mouse/elantech.c
976
switch (packet_type) {
drivers/input/mouse/elantech.c
981
elantech_report_trackpoint(psmouse, packet_type);
drivers/input/mouse/elantech.c
985
elantech_report_absolute_v4(psmouse, packet_type);
drivers/input/mouse/sentelic.c
641
const char *packet_type = "UNKNOWN";
drivers/input/mouse/sentelic.c
647
packet_type = "Absolute";
drivers/input/mouse/sentelic.c
652
packet_type = "Normal";
drivers/input/mouse/sentelic.c
655
packet_type = "Notify";
drivers/input/mouse/sentelic.c
658
packet_type = "Normal-OPC";
drivers/input/mouse/sentelic.c
667
jiffies_msec, packet_type,
drivers/media/i2c/tc358743.c
2311
i2c_wr8(sd, TYP_ACP_SET, packet_type);
drivers/media/i2c/tc358743.c
43
static int packet_type = 0x87;
drivers/media/i2c/tc358743.c
44
module_param(packet_type, int, 0644);
drivers/media/i2c/tc358743.c
45
MODULE_PARM_DESC(packet_type,
drivers/media/i2c/tc358743.c
529
i2c_wr8(sd, TYP_ACP_SET, packet_type);
drivers/media/i2c/tc358743.c
553
if (buffer[0] == packet_type) {
drivers/media/i2c/tc358743.c
554
if (packet_type < 0x80)
drivers/media/i2c/tc358743.c
556
else if (packet_type != 0x87)
drivers/media/platform/qcom/iris/iris_hfi_common.h
115
u32 packet_type, u32 flag, u32 plane, u32 payload_type,
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
697
static int hfi_gen1_set_property(struct iris_inst *inst, u32 packet_type,
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
709
ret = iris_hfi_gen1_packet_session_set_property(pkt, inst, packet_type, payload);
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
725
static int iris_hfi_gen1_session_set_property(struct iris_inst *inst, u32 packet_type,
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
729
return hfi_gen1_set_property(inst, packet_type, payload, payload_size);
drivers/media/platform/qcom/iris/iris_hfi_gen2_command.c
153
static int iris_hfi_gen2_session_set_property(struct iris_inst *inst, u32 packet_type, u32 flag,
drivers/media/platform/qcom/iris/iris_hfi_gen2_command.c
160
packet_type,
drivers/media/platform/qcom/venus/hfi_helper.h
639
u32 packet_type;
drivers/media/usb/gspca/gspca.c
385
enum gspca_packet_type packet_type,
drivers/media/usb/gspca/gspca.c
392
gspca_dbg(gspca_dev, D_PACK, "add t:%d l:%d\n", packet_type, len);
drivers/media/usb/gspca/gspca.c
399
if (packet_type == FIRST_PACKET) {
drivers/media/usb/gspca/gspca.c
411
if (packet_type == LAST_PACKET) {
drivers/media/usb/gspca/gspca.c
412
gspca_dev->last_packet_type = packet_type;
drivers/media/usb/gspca/gspca.c
428
packet_type = DISCARD_PACKET;
drivers/media/usb/gspca/gspca.c
441
gspca_dev->last_packet_type = packet_type;
drivers/media/usb/gspca/gspca.c
446
if (packet_type == LAST_PACKET) {
drivers/media/usb/gspca/gspca.h
231
enum gspca_packet_type packet_type,
drivers/media/usb/gspca/jeilinj.c
264
int packet_type;
drivers/media/usb/gspca/jeilinj.c
291
packet_type = LAST_PACKET;
drivers/media/usb/gspca/jeilinj.c
293
packet_type = INTER_PACKET;
drivers/media/usb/gspca/jeilinj.c
294
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/gspca/jl2005bcd.c
313
int packet_type;
drivers/media/usb/gspca/jl2005bcd.c
355
packet_type = FIRST_PACKET;
drivers/media/usb/gspca/jl2005bcd.c
356
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/gspca/jl2005bcd.c
374
packet_type = LAST_PACKET;
drivers/media/usb/gspca/jl2005bcd.c
377
packet_type = INTER_PACKET;
drivers/media/usb/gspca/jl2005bcd.c
378
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/gspca/sq905.c
205
int packet_type;
drivers/media/usb/gspca/sq905.c
246
packet_type = FIRST_PACKET;
drivers/media/usb/gspca/sq905.c
253
packet_type = LAST_PACKET;
drivers/media/usb/gspca/sq905.c
255
packet_type = INTER_PACKET;
drivers/media/usb/gspca/sq905.c
257
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/gspca/sq905.c
261
if (packet_type == FIRST_PACKET &&
drivers/media/usb/gspca/sq905c.c
128
int packet_type;
drivers/media/usb/gspca/sq905c.c
159
packet_type = FIRST_PACKET;
drivers/media/usb/gspca/sq905c.c
160
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/gspca/sq905c.c
176
packet_type = LAST_PACKET;
drivers/media/usb/gspca/sq905c.c
178
packet_type = INTER_PACKET;
drivers/media/usb/gspca/sq905c.c
179
gspca_frame_add(gspca_dev, packet_type,
drivers/media/usb/ttusb-dec/ttusb_dec.c
126
enum ttusb_dec_packet_type packet_type;
drivers/media/usb/ttusb-dec/ttusb_dec.c
616
switch (dec->packet_type) {
drivers/media/usb/ttusb-dec/ttusb_dec.c
678
dec->packet_type =
drivers/media/usb/ttusb-dec/ttusb_dec.c
682
dec->packet_type =
drivers/media/usb/ttusb-dec/ttusb_dec.c
686
dec->packet_type =
drivers/media/usb/ttusb-dec/ttusb_dec.c
704
if (dec->packet_type == TTUSB_DEC_PACKET_PVA &&
drivers/media/usb/ttusb-dec/ttusb_dec.c
710
} else if (dec->packet_type ==
drivers/media/usb/ttusb-dec/ttusb_dec.c
748
if (dec->packet_type == TTUSB_DEC_PACKET_SECTION &&
drivers/net/ethernet/amd/xgbe/xgbe-selftest.c
34
struct packet_type *pt,
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
990
prpc->msg_wol_add.packet_type =
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h
100
u32 packet_type;
drivers/net/ethernet/google/gve/gve_desc_dqo.h
211
u16 packet_type: 10;
drivers/net/ethernet/google/gve/gve_rx_dqo.c
973
rx->gve->ptype_lut_dqo->ptypes[desc->packet_type];
drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
151
struct packet_type pt;
drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
160
struct packet_type *pt,
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
1284
enum mlxsw_sp_flood_type packet_type, u16 local_port,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1209
enum mlxsw_sp_flood_type packet_type = flood_table->packet_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1217
sfgc_packet_types = mlxsw_sp_packet_type_sfgc_types[packet_type];
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1286
.packet_type = MLXSW_SP_FLOOD_TYPE_UC,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1291
.packet_type = MLXSW_SP_FLOOD_TYPE_MC,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1296
.packet_type = MLXSW_SP_FLOOD_TYPE_BC,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1311
.packet_type = MLXSW_SP_FLOOD_TYPE_UC,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1315
.packet_type = MLXSW_SP_FLOOD_TYPE_NOT_UC,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1329
.packet_type = MLXSW_SP_FLOOD_TYPE_ANY,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1538
if (flood_table->packet_type == MLXSW_SP_FLOOD_TYPE_NOT_UC) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
1560
if (flood_table->packet_type == MLXSW_SP_FLOOD_TYPE_NOT_UC) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
2389
enum mlxsw_sp_flood_type packet_type = flood_table->packet_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
2394
sfgc_packet_types = mlxsw_sp_packet_type_sfgc_types[packet_type];
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
352
enum mlxsw_sp_flood_type packet_type)
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
361
if (flood_table->packet_type != packet_type)
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
434
enum mlxsw_sp_flood_type packet_type, u16 local_port,
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
444
flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type);
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c
74
enum mlxsw_sp_flood_type packet_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
1048
enum mlxsw_sp_flood_type packet_type = MLXSW_SP_FLOOD_TYPE_MC;
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
1074
packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
1087
mlxsw_sp_bridge_ports_flood_table_set(bridge_port, packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
721
enum mlxsw_sp_flood_type packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
731
packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
742
enum mlxsw_sp_flood_type packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
751
packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
763
packet_type, !member);
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
769
enum mlxsw_sp_flood_type packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
780
packet_type, local_port, member);
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
793
mlxsw_sp_fid_flood_set(mlxsw_sp_port_vlan->fid, packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
802
enum mlxsw_sp_flood_type packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
809
err = mlxsw_sp_bridge_vlans_flood_set(bridge_vlan, packet_type,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
820
mlxsw_sp_bridge_vlans_flood_set(bridge_vlan, packet_type,
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
1595
struct packet_type *pt,
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
239
struct packet_type pt;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
248
struct packet_type *pt,
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
716
struct packet_type *pt,
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
837
struct packet_type *pt,
drivers/net/hamradio/bpqether.c
150
static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev)
drivers/net/hamradio/bpqether.c
88
static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
drivers/net/hamradio/bpqether.c
91
static struct packet_type bpq_packet_type __read_mostly = {
drivers/net/ppp/pppoe.c
410
struct packet_type *pt, struct net_device *orig_dev)
drivers/net/ppp/pppoe.c
478
struct packet_type *pt, struct net_device *orig_dev)
drivers/net/ppp/pppoe.c
511
static struct packet_type pppoes_ptype __read_mostly = {
drivers/net/ppp/pppoe.c
516
static struct packet_type pppoed_ptype __read_mostly = {
drivers/net/wan/hdlc.c
351
static struct packet_type hdlc_packet_type __read_mostly = {
drivers/net/wan/hdlc.c
46
struct packet_type *p, struct net_device *orig_dev)
drivers/net/wan/lapbether.c
112
struct packet_type *ptype, struct net_device *orig_dev)
drivers/net/wan/lapbether.c
483
static struct packet_type lapbeth_packet_type __read_mostly = {
drivers/net/wireless/ath/wcn36xx/hal.h
3581
u8 packet_type;
drivers/net/wireless/ath/wcn36xx/smd.c
2305
int packet_type)
drivers/net/wireless/ath/wcn36xx/smd.c
2314
if (packet_type == WCN36XX_HAL_KEEP_ALIVE_NULL_PKT) {
drivers/net/wireless/ath/wcn36xx/smd.c
2316
msg_body.packet_type = WCN36XX_HAL_KEEP_ALIVE_NULL_PKT;
drivers/net/wireless/ath/wcn36xx/smd.c
2318
} else if (packet_type == WCN36XX_HAL_KEEP_ALIVE_UNSOLICIT_ARP_RSP) {
drivers/net/wireless/ath/wcn36xx/smd.c
2321
wcn36xx_warn("unknown keep alive packet type %d\n", packet_type);
drivers/net/wireless/ath/wcn36xx/smd.h
123
int packet_type);
drivers/net/wireless/marvell/mwifiex/fw.h
1527
u8 packet_type;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1635
u8 packet_type;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1644
packet_type = BTC_PACKET_DHCP;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1646
packet_type = BTC_PACKET_EAPOL;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1648
packet_type = BTC_PACKET_ARP;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1650
packet_type = BTC_PACKET_UNKNOWN;
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1659
packet_type);
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1662
packet_type);
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1666
packet_type);
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1669
packet_type);
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
1673
packet_type);
drivers/net/wireless/ti/wl1251/tx.c
77
tx_hdr->control.packet_type = 0;
drivers/net/wireless/ti/wl1251/tx.h
81
unsigned packet_type:2;
drivers/scsi/bnx2fc/bnx2fc.h
257
struct packet_type fcoe_packet_type;
drivers/scsi/bnx2fc/bnx2fc.h
258
struct packet_type fip_packet_type;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1050
struct packet_type *ptype,
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
425
struct packet_type *ptype, struct net_device *olddev)
drivers/scsi/fcoe/fcoe.c
1315
struct packet_type *ptype, struct net_device *olddev)
drivers/scsi/fcoe/fcoe.c
509
struct packet_type *ptype,
drivers/scsi/fcoe/fcoe.c
532
struct packet_type *ptype,
drivers/scsi/fcoe/fcoe.c
75
struct packet_type *, struct net_device *);
drivers/scsi/fcoe/fcoe.c
90
struct packet_type *, struct net_device *);
drivers/scsi/fcoe/fcoe.c
92
struct packet_type *, struct net_device *);
drivers/scsi/fcoe/fcoe.h
69
struct packet_type fcoe_packet_type;
drivers/scsi/fcoe/fcoe.h
70
struct packet_type fip_packet_type;
drivers/scsi/fcoe/fcoe.h
71
struct packet_type fip_vlan_packet_type;
drivers/staging/media/atomisp/pci/isp2401_input_system_global.h
65
csi_mipi_packet_type_t packet_type;
drivers/staging/media/atomisp/pci/isp2401_input_system_global.h
70
csi_mipi_packet_type_t packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/interface/ia_css_isys.h
122
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/interface/ia_css_isys.h
127
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
110
if (packet_type == CSI_MIPI_PACKET_TYPE_LONG)
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
34
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
44
assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) ||
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
45
(packet_type == CSI_MIPI_PACKET_TYPE_SHORT));
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
50
if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
63
if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
84
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
93
assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) ||
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
94
(packet_type <= CSI_MIPI_PACKET_TYPE_SHORT));
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c
97
if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) {
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
341
csi_mipi_packet_type_t packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
349
packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
350
me->csi_rx.packet_type = packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
354
packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
364
packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
365
me->csi_rx.packet_type = packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
369
packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
380
packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
381
me->csi_rx.packet_type = packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
385
packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
399
me->metadata.packet_type = CSI_MIPI_PACKET_TYPE_UNDEFINED;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
401
me->metadata.packet_type = get_csi_mipi_packet_type(
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
405
me->metadata.packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
418
me->csi_rx.packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
422
if (me->metadata.packet_type != CSI_MIPI_PACKET_TYPE_UNDEFINED) {
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
426
me->metadata.packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
601
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
604
return ia_css_isys_csi_rx_lut_rmgr_acquire(backend, packet_type, entry);
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
609
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
612
ia_css_isys_csi_rx_lut_rmgr_release(backend, packet_type, entry);
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
819
csi_mipi_packet_type_t packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
821
packet_type = CSI_MIPI_PACKET_TYPE_RESERVED;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
824
packet_type = CSI_MIPI_PACKET_TYPE_SHORT;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
827
packet_type = CSI_MIPI_PACKET_TYPE_LONG;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
829
return packet_type;
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
83
csi_mipi_packet_type_t packet_type,
drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c
88
csi_mipi_packet_type_t packet_type,
drivers/usb/isp1760/isp1760-hcd.c
1071
switch (qtd->packet_type) {
drivers/usb/isp1760/isp1760-hcd.c
1162
if (qtd->length && (qtd->packet_type == SETUP_PID ||
drivers/usb/isp1760/isp1760-hcd.c
1163
qtd->packet_type == OUT_PID)) {
drivers/usb/isp1760/isp1760-hcd.c
146
u8 packet_type;
drivers/usb/isp1760/isp1760-hcd.c
1778
u8 packet_type;
drivers/usb/isp1760/isp1760-hcd.c
1794
packet_type = IN_PID;
drivers/usb/isp1760/isp1760-hcd.c
1796
packet_type = OUT_PID;
drivers/usb/isp1760/isp1760-hcd.c
1807
packet_type = IN_PID;
drivers/usb/isp1760/isp1760-hcd.c
1823
qtd = qtd_alloc(flags, urb, packet_type);
drivers/usb/isp1760/isp1760-hcd.c
1851
if (packet_type == IN_PID)
drivers/usb/isp1760/isp1760-hcd.c
1852
packet_type = OUT_PID;
drivers/usb/isp1760/isp1760-hcd.c
1854
packet_type = IN_PID;
drivers/usb/isp1760/isp1760-hcd.c
1862
qtd = qtd_alloc(flags, urb, packet_type);
drivers/usb/isp1760/isp1760-hcd.c
841
ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type);
drivers/usb/isp1760/isp1760-hcd.c
977
u8 packet_type)
drivers/usb/isp1760/isp1760-hcd.c
987
qtd->packet_type = packet_type;
include/linux/netdevice.h
2942
struct packet_type *,
include/linux/netdevice.h
2945
struct packet_type *,
include/linux/netdevice.h
2947
bool (*id_match)(struct packet_type *ptype,
include/linux/netdevice.h
3354
void dev_add_pack(struct packet_type *pt);
include/linux/netdevice.h
3355
void dev_remove_pack(struct packet_type *pt);
include/linux/netdevice.h
3356
void __dev_remove_pack(struct packet_type *pt);
include/net/ax25.h
394
int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *,
include/net/bluetooth/hci.h
1038
__le16 packet_type;
include/net/caif/caif_dev.h
126
struct packet_type *, struct net_device *));
include/net/datalink.h
20
struct packet_type *, struct net_device *);
include/net/datalink.h
9
struct packet_type;
include/net/ip.h
151
struct packet_type;
include/net/ip.h
164
int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
include/net/ip.h
166
void ip_list_rcv(struct list_head *head, struct packet_type *pt,
include/net/ipv6.h
1003
struct packet_type *pt, struct net_device *orig_dev);
include/net/ipv6.h
1004
void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
include/net/llc.h
100
int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
include/net/llc.h
115
struct packet_type *pt,
include/net/llc.h
26
struct packet_type;
include/net/llc.h
61
struct packet_type *pt,
include/net/mrp.h
111
struct packet_type pkttype;
include/net/psnap.h
13
struct packet_type *,
include/net/psnap.h
7
struct packet_type;
include/net/selftests.h
26
struct packet_type pt;
include/net/x25.h
204
struct packet_type *, struct net_device *);
include/uapi/linux/batadv_packet.h
218
__u8 packet_type;
include/uapi/linux/batadv_packet.h
244
__u8 packet_type;
include/uapi/linux/batadv_packet.h
265
__u8 packet_type;
include/uapi/linux/batadv_packet.h
290
__u8 packet_type;
include/uapi/linux/batadv_packet.h
313
__u8 packet_type;
include/uapi/linux/batadv_packet.h
342
__u8 packet_type;
include/uapi/linux/batadv_packet.h
381
__u8 packet_type;
include/uapi/linux/batadv_packet.h
415
__u8 packet_type;
include/uapi/linux/batadv_packet.h
456
__u8 packet_type;
include/uapi/linux/batadv_packet.h
486
__u8 packet_type;
include/uapi/linux/batadv_packet.h
506
__u8 packet_type;
include/uapi/linux/batadv_packet.h
534
__u8 packet_type;
include/uapi/linux/batadv_packet.h
563
__u8 packet_type;
net/802/mrp.c
785
struct packet_type *pt, struct net_device *orig_dev)
net/802/psnap.c
125
struct packet_type *,
net/802/psnap.c
46
struct packet_type *pt, struct net_device *orig_dev)
net/802/psnap.c
50
static struct packet_type snap_packet_type = {
net/802/stp.c
31
struct packet_type *pt, struct net_device *orig_dev)
net/appletalk/aarp.c
701
struct packet_type *pt, struct net_device *orig_dev)
net/appletalk/ddp.c
1403
struct packet_type *pt, struct net_device *orig_dev)
net/appletalk/ddp.c
1495
struct packet_type *pt, struct net_device *orig_dev)
net/appletalk/ddp.c
1915
static struct packet_type ltalk_packet_type __read_mostly = {
net/appletalk/ddp.c
1920
static struct packet_type ppptalk_packet_type __read_mostly = {
net/ax25/af_ax25.c
2037
static struct packet_type ax25_packet_type __read_mostly = {
net/ax25/ax25_in.c
184
const ax25_address *dev_addr, struct packet_type *ptype)
net/ax25/ax25_in.c
434
struct packet_type *ptype, struct net_device *orig_dev)
net/batman-adv/bat_iv_ogm.c
1583
if (ogm_packet->packet_type != BATADV_IV_OGM)
net/batman-adv/bat_iv_ogm.c
214
batadv_ogm_packet->packet_type = BATADV_IV_OGM;
net/batman-adv/bat_v_elp.c
416
elp_packet->packet_type = BATADV_ELP;
net/batman-adv/bat_v_ogm.c
1049
ogm_packet->packet_type = BATADV_OGM2;
net/batman-adv/bridge_loop_avoidance.c
1894
unsigned short vid, int packet_type)
net/batman-adv/bridge_loop_avoidance.c
1931
if (packet_type == BATADV_BCAST ||
net/batman-adv/bridge_loop_avoidance.c
1932
packet_type == BATADV_UNICAST)
net/batman-adv/bridge_loop_avoidance.c
1939
packet_type == BATADV_UNICAST &&
net/batman-adv/bridge_loop_avoidance.c
1977
(packet_type == BATADV_BCAST || packet_type == BATADV_UNICAST)) {
net/batman-adv/bridge_loop_avoidance.h
37
unsigned short vid, int packet_type);
net/batman-adv/bridge_loop_avoidance.h
64
int packet_type)
net/batman-adv/distributed-arp-table.c
445
switch (unicast_4addr_packet->u.packet_type) {
net/batman-adv/distributed-arp-table.c
470
unicast_4addr_packet->u.packet_type);
net/batman-adv/distributed-arp-table.c
483
unicast_4addr_packet->u.packet_type);
net/batman-adv/fragmentation.c
484
frag_header.packet_type = BATADV_UNICAST_FRAG;
net/batman-adv/main.c
406
struct packet_type *ptype,
net/batman-adv/main.c
462
idx = batadv_ogm_packet->packet_type;
net/batman-adv/main.c
538
batadv_recv_handler_register(u8 packet_type,
net/batman-adv/main.c
544
curr = batadv_rx_handler[packet_type];
net/batman-adv/main.c
550
batadv_rx_handler[packet_type] = recv_handler;
net/batman-adv/main.c
558
void batadv_recv_handler_unregister(u8 packet_type)
net/batman-adv/main.c
560
batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet;
net/batman-adv/main.h
244
struct packet_type *ptype,
net/batman-adv/main.h
247
batadv_recv_handler_register(u8 packet_type,
net/batman-adv/main.h
250
void batadv_recv_handler_unregister(u8 packet_type);
net/batman-adv/mesh-interface.c
331
bcast_packet->packet_type = BATADV_BCAST;
net/batman-adv/mesh-interface.c
411
int packet_type;
net/batman-adv/mesh-interface.c
414
packet_type = batadv_bcast_packet->packet_type;
net/batman-adv/mesh-interface.c
457
if (batadv_bla_rx(bat_priv, skb, vid, packet_type))
net/batman-adv/multicast_forw.c
628
mcast_packet->packet_type = BATADV_MCAST;
net/batman-adv/routing.c
688
switch (unicast_packet->packet_type) {
net/batman-adv/routing.c
951
is4addr = unicast_packet->packet_type == BATADV_UNICAST_4ADDR;
net/batman-adv/send.c
233
unicast_packet->packet_type = BATADV_UNICAST;
net/batman-adv/send.c
291
uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR;
net/batman-adv/send.c
319
struct sk_buff *skb, int packet_type,
net/batman-adv/send.c
331
switch (packet_type) {
net/batman-adv/send.c
391
struct sk_buff *skb, int packet_type,
net/batman-adv/send.c
410
ret = batadv_send_skb_unicast(bat_priv, skb, packet_type,
net/batman-adv/send.h
58
struct sk_buff *skb, int packet_type,
net/batman-adv/send.h
63
struct sk_buff *skb, int packet_type,
net/batman-adv/tp_meter.c
1184
icmp->packet_type = BATADV_ICMP;
net/batman-adv/tp_meter.c
599
icmp->packet_type = BATADV_ICMP;
net/batman-adv/tvlv.c
366
u8 packet_type,
net/batman-adv/tvlv.c
377
switch (packet_type) {
net/batman-adv/tvlv.c
435
u8 packet_type,
net/batman-adv/tvlv.c
460
packet_type, orig_node, skb,
net/batman-adv/tvlv.c
468
if (packet_type != BATADV_IV_OGM &&
net/batman-adv/tvlv.c
469
packet_type != BATADV_OGM2)
net/batman-adv/tvlv.c
643
unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV;
net/batman-adv/tvlv.h
44
u8 packet_type,
net/batman-adv/types.h
199
struct packet_type batman_adv_ptype;
net/caif/caif_dev.c
248
struct packet_type *pkttype, struct net_device *orig_dev)
net/caif/caif_dev.c
284
static struct packet_type caif_packet_type __read_mostly = {
net/caif/caif_dev.c
316
struct packet_type *,
net/caif/caif_usb.c
124
static struct packet_type caif_usb_type __read_mostly = {
net/caif/cfdgml.c
101
packet_type = 0x08; /* B9 set - UNCLASSIFIED */
net/caif/cfdgml.c
102
cfpkt_add_head(pkt, &packet_type, 1);
net/caif/cfdgml.c
83
u8 packet_type;
net/can/af_can.c
688
struct packet_type *pt, struct net_device *orig_dev)
net/can/af_can.c
704
struct packet_type *pt, struct net_device *orig_dev)
net/can/af_can.c
720
struct packet_type *pt, struct net_device *orig_dev)
net/can/af_can.c
848
static struct packet_type can_packet __read_mostly = {
net/can/af_can.c
853
static struct packet_type canfd_packet __read_mostly = {
net/can/af_can.c
858
static struct packet_type canxl_packet __read_mostly = {
net/core/dev.c
2486
struct packet_type *pt_prev,
net/core/dev.c
2496
struct packet_type **pt,
net/core/dev.c
2501
struct packet_type *ptype, *pt_prev = *pt;
net/core/dev.c
2513
static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb)
net/core/dev.c
2550
struct packet_type *ptype, *pt_prev = NULL;
net/core/dev.c
4454
sch_handle_ingress(struct sk_buff *skb, struct packet_type **pt_prev, int *ret,
net/core/dev.c
4569
sch_handle_ingress(struct sk_buff *skb, struct packet_type **pt_prev, int *ret,
net/core/dev.c
5932
static inline int nf_ingress(struct sk_buff *skb, struct packet_type **pt_prev,
net/core/dev.c
594
static inline struct list_head *ptype_head(const struct packet_type *pt)
net/core/dev.c
5952
struct packet_type **ppt_prev)
net/core/dev.c
5955
struct packet_type *ptype, *pt_prev;
net/core/dev.c
6176
struct packet_type *pt_prev = NULL;
net/core/dev.c
6214
struct packet_type *pt_prev,
net/core/dev.c
624
void dev_add_pack(struct packet_type *pt)
net/core/dev.c
6245
struct packet_type *pt_curr = NULL;
net/core/dev.c
6253
struct packet_type *pt_prev = NULL;
net/core/dev.c
650
void __dev_remove_pack(struct packet_type *pt)
net/core/dev.c
653
struct packet_type *pt1;
net/core/dev.c
685
void dev_remove_pack(struct packet_type *pt)
net/core/flow_dissector.c
812
if (hdr->batadv_unicast.packet_type != BATADV_UNICAST)
net/core/net-procfs.c
182
struct packet_type *pt = NULL;
net/core/net-procfs.c
234
struct packet_type *pt;
net/core/net-procfs.c
284
return list_entry(nxt, struct packet_type, list);
net/core/net-procfs.c
296
struct packet_type *pt = v;
net/core/selftests.c
161
struct packet_type *pt,
net/dsa/tag.c
128
struct packet_type dsa_pack_type __read_mostly = {
net/dsa/tag.c
55
struct packet_type *pt, struct net_device *unused)
net/dsa/tag.h
20
extern struct packet_type dsa_pack_type;
net/ieee802154/6lowpan/rx.c
272
struct packet_type *pt, struct net_device *orig_wdev)
net/ieee802154/6lowpan/rx.c
310
static struct packet_type lowpan_packet_type = {
net/ieee802154/socket.c
1070
struct packet_type *pt, struct net_device *orig_dev)
net/ieee802154/socket.c
1096
static struct packet_type ieee802154_packet_type = {
net/ipv4/af_inet.c
1890
static struct packet_type ip_packet_type __read_mostly = {
net/ipv4/arp.c
1376
static struct packet_type arp_packet_type __read_mostly = {
net/ipv4/arp.c
969
struct packet_type *pt, struct net_device *orig_dev)
net/ipv4/ip_input.c
564
int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
net/ipv4/ip_input.c
648
void ip_list_rcv(struct list_head *head, struct packet_type *pt,
net/ipv4/ipconfig.c
478
static int ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev);
net/ipv4/ipconfig.c
480
static struct packet_type rarp_packet_type __initdata = {
net/ipv4/ipconfig.c
499
ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
net/ipv4/ipconfig.c
661
static int ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev);
net/ipv4/ipconfig.c
663
static struct packet_type bootp_packet_type __initdata = {
net/ipv4/ipconfig.c
984
static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
net/ipv6/af_inet6.c
875
static struct packet_type ipv6_packet_type __read_mostly = {
net/ipv6/ip6_input.c
304
int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
net/ipv6/ip6_input.c
325
void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
net/iucv/af_iucv.c
2036
struct packet_type *pt, struct net_device *orig_dev)
net/iucv/af_iucv.c
2267
static struct packet_type iucv_packet_type = {
net/llc/llc_core.c
133
static struct packet_type llc_packet_type __read_mostly = {
net/llc/llc_core.c
94
struct packet_type *pt,
net/llc/llc_input.c
162
struct packet_type *pt, struct net_device *orig_dev)
net/llc/llc_input.c
168
struct packet_type *, struct net_device *);
net/mctp/route.c
1319
struct packet_type *pt,
net/mctp/route.c
1390
static struct packet_type mctp_packet_type = {
net/mpls/af_mpls.c
367
struct packet_type *pt, struct net_device *orig_dev)
net/mpls/af_mpls.c
504
static struct packet_type mpls_packet_type __read_mostly = {
net/ncsi/internal.h
340
struct packet_type ptype; /* NCSI packet Rx handler */
net/ncsi/internal.h
414
struct packet_type *pt, struct net_device *orig_dev);
net/ncsi/ncsi-rsp.c
1166
struct packet_type *pt, struct net_device *orig_dev)
net/packet/af_packet.c
1456
struct packet_type *pt, struct net_device *orig_dev)
net/packet/af_packet.c
1546
static bool match_fanout_group(struct packet_type *ptype, struct sock *sk)
net/packet/af_packet.c
1857
struct packet_type *pt, struct net_device *orig_dev)
net/packet/af_packet.c
192
struct packet_type *pt, struct net_device *orig_dev);
net/packet/af_packet.c
2115
struct packet_type *pt, struct net_device *orig_dev)
net/packet/af_packet.c
2228
struct packet_type *pt, struct net_device *orig_dev)
net/packet/internal.h
127
struct packet_type prot_hook ____cacheline_aligned_in_smp;
net/packet/internal.h
91
struct packet_type prot_hook ____cacheline_aligned_in_smp;
net/phonet/af_phonet.c
361
struct packet_type *pkttype,
net/phonet/af_phonet.c
454
static struct packet_type phonet_packet_type __read_mostly = {
net/tipc/bearer.c
657
struct packet_type *pt, struct net_device *orig_dev)
net/tipc/bearer.c
71
struct packet_type *pt, struct net_device *orig_dev);
net/tipc/bearer.c
792
struct packet_type *pt, struct net_device *od)
net/tipc/bearer.h
164
struct packet_type pt;
net/tipc/core.h
138
struct packet_type loopback_pt;
net/x25/af_x25.c
1762
static struct packet_type x25_packet_type __read_mostly = {
net/x25/x25_dev.c
95
struct packet_type *ptype, struct net_device *orig_dev)
sound/soc/mediatek/common/mtk-btcvsd.c
358
enum bt_sco_packet_len packet_type,
sound/soc/mediatek/common/mtk-btcvsd.c
395
if ((control & btsco_packet_valid_mask[packet_type][i]) ==
sound/soc/mediatek/common/mtk-btcvsd.c
396
btsco_packet_valid_mask[packet_type][i])
sound/soc/mediatek/common/mtk-btcvsd.c
411
enum bt_sco_packet_len packet_type,
sound/soc/mediatek/common/mtk-btcvsd.c
484
unsigned int packet_type, packet_num, packet_length;
sound/soc/mediatek/common/mtk-btcvsd.c
498
packet_type = (control >> 18) & 0x7;
sound/soc/mediatek/common/mtk-btcvsd.c
506
if (packet_type >= BT_SCO_CVSD_MAX) {
sound/soc/mediatek/common/mtk-btcvsd.c
508
__func__, packet_type);
sound/soc/mediatek/common/mtk-btcvsd.c
512
packet_length = btsco_packet_info[packet_type][0];
sound/soc/mediatek/common/mtk-btcvsd.c
513
packet_num = btsco_packet_info[packet_type][1];
sound/soc/mediatek/common/mtk-btcvsd.c
514
buf_cnt_tx = btsco_packet_info[packet_type][2];
sound/soc/mediatek/common/mtk-btcvsd.c
515
buf_cnt_rx = btsco_packet_info[packet_type][3];
sound/soc/mediatek/common/mtk-btcvsd.c
572
packet_type,
sound/soc/mediatek/common/mtk-btcvsd.c
605
packet_type,