Searched refs:pkt_type (Results 51 - 75 of 246) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1746 u32 pkt_len, pkt_type, mport, pind; local
1862 pkt_type = get_unaligned_le16(&curr_ptr[2]);
1870 pkt_len, pkt_type);
1877 if ((pkt_type == MWIFIEX_TYPE_DATA ||
1878 (pkt_type == MWIFIEX_TYPE_AGGR_DATA &&
1888 pkt_type);
1895 pkt_type, pkt_len, len_arr[pind]);
1913 if (mwifiex_sdio_card_to_host(adapter, &pkt_type,
1922 if (mwifiex_sdio_card_to_host(adapter, &pkt_type,
1927 pkt_type
2000 u32 pkt_type; local
[all...]
H A D11n_rxreorder.c549 u8 *ta, u8 pkt_type, void *payload)
559 if (pkt_type != PKT_TYPE_BAR)
564 if ((pkt_type == PKT_TYPE_AMSDU) && !tbl->amsdu) {
612 if (pkt_type == PKT_TYPE_BAR)
627 if (pkt_type != PKT_TYPE_BAR) {
547 mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *priv, u16 seq_num, u16 tid, u8 *ta, u8 pkt_type, void *payload) argument
/linux-master/drivers/input/mouse/
H A Dsynaptics.h183 enum synaptics_pkt_type pkt_type; /* packet type - old, new, etc */ member in struct:synaptics_data
H A Dsynaptics.c1165 int idx, enum synaptics_pkt_type pkt_type)
1177 switch (pkt_type) {
1190 psmouse_err(psmouse, "unknown packet type %d\n", pkt_type);
1215 if (unlikely(priv->pkt_type == SYN_NEWABS))
1216 priv->pkt_type = synaptics_detect_pkt_type(psmouse);
1229 return synaptics_validate_byte(psmouse, psmouse->pktcnt - 1, priv->pkt_type) ?
1587 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ?
1164 synaptics_validate_byte(struct psmouse *psmouse, int idx, enum synaptics_pkt_type pkt_type) argument
/linux-master/drivers/bluetooth/
H A Dbfusb.c258 unsigned char pkt_type; local
272 pkt_type = *buf++; len--;
274 switch (pkt_type) {
312 hci_skb_pkt_type(skb) = pkt_type;
H A Dhci_vhci.c483 __u8 pkt_type, opcode; local
498 pkt_type = *((__u8 *) skb->data);
501 switch (pkt_type) {
511 hci_skb_pkt_type(skb) = pkt_type;
H A Dbtrsi.c70 bt_cb(new_skb)->pkt_type = hci_skb_pkt_type(skb);
H A Dhci_serdev.c24 static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) argument
29 switch (pkt_type) {
H A Dbtintel_pcie.c374 u8 pkt_type; local
397 pkt_type = HCI_ACLDATA_PKT;
408 pkt_type = HCI_SCODATA_PKT;
419 pkt_type = HCI_EVENT_PKT;
435 pkt_type);
440 bt_dev_dbg(hdev, "pkt_type: 0x%2.2x len: %u", pkt_type, plen);
450 hci_skb_pkt_type(new_skb) = pkt_type;
H A Dhci_bcsp.c164 int len, int pkt_type)
171 switch (pkt_type) {
222 hci_skb_pkt_type(nskb) = pkt_type;
163 bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, int len, int pkt_type) argument
H A Dhci_nokia.c357 u8 pkt_type = fw_ptr[2]; local
362 switch (pkt_type) {
516 memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif.h56 unsigned int pkt_type; member in struct:dpmaif_cur_rx_skb_info
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c603 work->word2.s.is_bcast = (skb->pkt_type == PACKET_BROADCAST);
604 work->word2.s.is_mcast = (skb->pkt_type == PACKET_MULTICAST);
631 (skb->pkt_type == PACKET_BROADCAST);
633 (skb->pkt_type == PACKET_MULTICAST);
/linux-master/net/ipv6/netfilter/
H A Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_cgroup_skb.c36 __imm_const(__sk_buff_pkt_type, offsetof(struct __sk_buff, pkt_type)),
/linux-master/net/ipv4/
H A Dip_forward.c93 if (skb->pkt_type != PACKET_HOST)
/linux-master/net/llc/
H A Dllc_input.c176 if (unlikely(skb->pkt_type == PACKET_OTHERHOST)) {
/linux-master/net/netrom/
H A Dnr_dev.c58 skb->pkt_type = PACKET_HOST;
/linux-master/net/ipv6/
H A Dip6_input.c157 if (skb->pkt_type == PACKET_OTHERHOST) {
226 if (!(skb->pkt_type == PACKET_LOOPBACK ||
237 (skb->pkt_type == PACKET_BROADCAST ||
238 skb->pkt_type == PACKET_MULTICAST) &&
/linux-master/net/hsr/
H A Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c811 u8 bbp_r47, pkt_type, tx_rate; local
818 pkt_type = mt7601u_bbp_r47_get(dev, bbp_r47, BBP_R47_F_PKT_T);
822 switch (pkt_type & 0x03) {
824 tx_rate = (pkt_type >> 4) & 0x03;
829 tx_rate = ofdm_pkt2rate[(pkt_type >> 4) & 0x07];
849 p.trgt_power += mt7601u_phy_rf_pa_mode_val(dev, pkt_type & 0x03,
853 if ((pkt_type & 0x03) == MT_PHY_TYPE_CCK) {
865 "tssi:%02hhx t_power:%08x temp:%02hhx pkt_type:%02hhx\n",
866 p.tssi0, p.trgt_power, dev->raw_temp, pkt_type);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c775 if (handler->pkt != hdr->pkt_type)
782 return hdr->pkt_type;
787 hdr->size, handler->pkt_sz, hdr->pkt_type);
789 return hdr->pkt_type;
809 if (!inst && hdr->pkt_type != HFI_MSG_EVENT_NOTIFY) {
819 return hdr->pkt_type;
/linux-master/net/netfilter/
H A Dnft_meta.c366 if (skb->pkt_type != PACKET_LOOPBACK) {
367 nft_reg_store8(dest, skb->pkt_type);
438 if (skb->pkt_type != value8 &&
440 skb_pkt_type_ok(skb->pkt_type))
441 skb->pkt_type = value8;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c634 unsigned int pkt_type = 0U; local
671 pkt_type = 0xFFU & (rxd_wb->type >> 4);
674 if (0x0U == (pkt_type & 0x3U))
677 if (0x4U == (pkt_type & 0x1CU))
679 else if (0x0U == (pkt_type & 0x1CU))
/linux-master/drivers/media/usb/gspca/
H A Dstk1135.c489 enum gspca_packet_type pkt_type = INTER_PACKET; local
527 pkt_type = FIRST_PACKET;
529 gspca_frame_add(gspca_dev, pkt_type, data + skip, len - skip);

Completed in 286 milliseconds

12345678910