| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen2_packet.c | 113 pkt->packet_id = packet_id; in iris_hfi_gen2_create_packet() 135 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 145 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 155 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 165 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 175 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 185 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 195 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 205 core->packet_id++, in iris_hfi_gen2_packet_sys_init() 221 core->packet_id++, in iris_hfi_gen2_packet_image_version() [all …]
|
| A D | iris_core.h | 99 u32 packet_id; member
|
| A D | iris_hfi_gen2_packet.h | 59 u32 packet_id; member
|
| /drivers/net/wireless/st/cw1200/ |
| A D | queue.h | 87 int cw1200_queue_requeue(struct cw1200_queue *queue, u32 packet_id); 89 u32 packet_id); 90 int cw1200_queue_get_skb(struct cw1200_queue *queue, u32 packet_id, 102 static inline u8 cw1200_queue_get_queue_id(u32 packet_id) in cw1200_queue_get_queue_id() argument 104 return (packet_id >> 16) & 0xFF; in cw1200_queue_get_queue_id() 107 static inline u8 cw1200_queue_get_generation(u32 packet_id) in cw1200_queue_get_generation() argument 109 return (packet_id >> 8) & 0xFF; in cw1200_queue_get_generation()
|
| A D | queue.c | 20 u32 packet_id; member 52 *item_id = (packet_id >> 0) & 0xFF; in cw1200_queue_parse_id() 53 *item_generation = (packet_id >> 8) & 0xFF; in cw1200_queue_parse_id() 54 *queue_id = (packet_id >> 16) & 0xFF; in cw1200_queue_parse_id() 55 *queue_generation = (packet_id >> 24) & 0xFF; in cw1200_queue_parse_id() 354 (*tx)->packet_id = item->packet_id; in cw1200_queue_get() 379 cw1200_queue_parse_id(packet_id, &queue_generation, &queue_id, in cw1200_queue_requeue() 404 item->packet_id = cw1200_queue_mk_packet_id(queue_generation, in cw1200_queue_requeue() 423 cw1200_queue_parse_id(packet_id, &queue_generation, &queue_id, in cw1200_queue_remove() 472 cw1200_queue_parse_id(packet_id, &queue_generation, &queue_id, in cw1200_queue_get_skb() [all …]
|
| A D | txrx.c | 851 u8 queue_id = cw1200_queue_get_queue_id(arg->packet_id); in cw1200_tx_confirm_cb() 881 cw1200_queue_get_generation(arg->packet_id) + 1, in cw1200_tx_confirm_cb() 883 cw1200_queue_requeue(queue, arg->packet_id); in cw1200_tx_confirm_cb() 893 } else if (!cw1200_queue_get_skb(queue, arg->packet_id, in cw1200_tx_confirm_cb() 905 arg->packet_id == priv->bss_loss_confirm_id) { in cw1200_tx_confirm_cb() 953 cw1200_queue_remove(queue, arg->packet_id); in cw1200_tx_confirm_cb()
|
| A D | wsm.c | 358 tx_confirm.packet_id = WSM_GET32(buf); in wsm_tx_confirm() 1486 if (cw1200_queue_get_generation(wsm->packet_id) > in wsm_handle_tx_data() 1516 priv->bss_loss_confirm_id = wsm->packet_id; in wsm_handle_tx_data() 1546 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data() 1554 BUG_ON(cw1200_queue_remove(queue, wsm->packet_id)); in wsm_handle_tx_data() 1561 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
|
| A D | wsm.h | 763 u32 packet_id; member 804 u32 packet_id; /* Note this is actually a cookie */ member
|
| /drivers/net/usb/ |
| A D | net1080.c | 47 __le16 packet_id; // detects dropped packets member 58 __le16 packet_id; member 398 if (header->packet_id != get_unaligned(&trailer->packet_id)) { in net1080_rx_fixup() 401 le16_to_cpu(header->packet_id), in net1080_rx_fixup() 402 le16_to_cpu(trailer->packet_id)); in net1080_rx_fixup() 407 header->packet_len, header->packet_id); in net1080_rx_fixup() 459 header->packet_id = cpu_to_le16((u16)dev->xid++); in net1080_tx_fixup() 465 put_unaligned(header->packet_id, &trailer->packet_id); in net1080_tx_fixup() 469 header->packet_id); in net1080_tx_fixup()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
| A D | core.c | 159 mf_params->packet_id = cpu_to_le32(*cookie); in brcmf_cyw_mgmt_tx() 164 le32_to_cpu(mf_params->packet_id), in brcmf_cyw_mgmt_tx() 169 vif->mgmt_tx_id = le32_to_cpu(mf_params->packet_id); in brcmf_cyw_mgmt_tx() 332 u32 *packet_id = (u32 *)data; in brcmf_notify_mgmt_tx_status() local 339 (*packet_id != vif->mgmt_tx_id)) in brcmf_notify_mgmt_tx_status()
|
| A D | fwil_types.h | 82 __le32 packet_id; member
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | queue.c | 147 struct sk_buff *wfx_pending_get(struct wfx_dev *wdev, u32 packet_id) in wfx_pending_get() argument 159 if (req->packet_id != packet_id) in wfx_pending_get() 196 req->packet_id, ktime_ms_delta(now, tx_priv->xmit_timestamp)); in wfx_pending_dump_old_frames()
|
| A D | data_tx.c | 382 req->packet_id = atomic_add_return(1, &wvif->wdev->packet_id) & 0xFFFF; in wfx_tx_inner() 383 req->packet_id |= IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)) << 16; in wfx_tx_inner() 384 req->packet_id |= queue_id << 28; in wfx_tx_inner() 505 skb = wfx_pending_get(wdev, arg->packet_id); in wfx_tx_confirm_cb() 508 arg->packet_id); in wfx_tx_confirm_cb()
|
| A D | queue.h | 40 struct sk_buff *wfx_pending_get(struct wfx_dev *wdev, u32 packet_id);
|
| A D | wfx.h | 54 atomic_t packet_id; member
|
| A D | hif_api_cmd.h | 178 u32 packet_id; member 216 u32 packet_id; member
|
| /drivers/isdn/mISDN/ |
| A D | l1oip_core.c | 447 u32 packet_id; in l1oip_socket_parse() local 486 packet_id = (*buf >> 4) & 1; in l1oip_socket_parse() 499 if (packet_id) { in l1oip_socket_parse() 502 "0x%x, but we have not\n", __func__, packet_id); in l1oip_socket_parse() 510 packet_id = (*buf++) << 24; in l1oip_socket_parse() 511 packet_id += (*buf++) << 16; in l1oip_socket_parse() 512 packet_id += (*buf++) << 8; in l1oip_socket_parse() 513 packet_id += (*buf++); in l1oip_socket_parse() 516 if (packet_id != hc->id) { in l1oip_socket_parse() 519 __func__, packet_id, hc->id); in l1oip_socket_parse()
|
| /drivers/input/joystick/iforce/ |
| A D | iforce-packets.c | 149 u8 packet_id, u8 *data, size_t len) in iforce_process_packet() argument 154 switch (packet_id) { in iforce_process_packet()
|
| A D | iforce.h | 136 u8 packet_id, u8 *data, size_t len);
|
| /drivers/media/usb/ttusb-dec/ |
| A D | ttusb_dec.c | 588 u16 packet_id; in ttusb_dec_process_packet() local 603 packet_id = dec->packet[dec->packet_length - 4] << 8; in ttusb_dec_process_packet() 604 packet_id += dec->packet[dec->packet_length - 3]; in ttusb_dec_process_packet() 606 if ((packet_id != dec->next_packet_id) && dec->next_packet_id) { in ttusb_dec_process_packet() 608 __func__, dec->next_packet_id - 1, packet_id); in ttusb_dec_process_packet() 611 if (packet_id == 0xffff) in ttusb_dec_process_packet() 614 dec->next_packet_id = packet_id + 1; in ttusb_dec_process_packet()
|
| /drivers/accel/habanalabs/include/goya/ |
| A D | goya_packets.h | 16 enum packet_id { enum
|
| /drivers/accel/habanalabs/include/gaudi2/ |
| A D | gaudi2_packets.h | 16 enum packet_id { enum
|
| /drivers/accel/habanalabs/include/gaudi/ |
| A D | gaudi_packets.h | 16 enum packet_id { enum
|
| /drivers/gpu/drm/vc4/ |
| A D | vc4_hdmi.c | 611 u32 packet_id = type - 0x80; in vc4_hdmi_stop_packet() local 621 HDMI_READ(HDMI_RAM_PACKET_CONFIG) & ~BIT(packet_id)); in vc4_hdmi_stop_packet() 626 BIT(packet_id)), 100); in vc4_hdmi_stop_packet() 639 u32 packet_id = type - 0x80; in vc4_hdmi_write_infoframe() local 642 u32 packet_reg = ram_packet_start->offset + VC4_HDMI_PACKET_STRIDE * packet_id; in vc4_hdmi_write_infoframe() 644 VC4_HDMI_PACKET_STRIDE * (packet_id + 1); in vc4_hdmi_write_infoframe() 698 HDMI_READ(HDMI_RAM_PACKET_CONFIG) | BIT(packet_id)); in vc4_hdmi_write_infoframe() 703 BIT(packet_id)), 100); in vc4_hdmi_write_infoframe()
|
| /drivers/input/mouse/ |
| A D | alps.c | 953 unsigned char packet_id; in alps_get_packet_id_v7() local 956 packet_id = V7_PACKET_ID_TWO; in alps_get_packet_id_v7() 958 packet_id = V7_PACKET_ID_MULTI; in alps_get_packet_id_v7() 960 packet_id = V7_PACKET_ID_NEW; in alps_get_packet_id_v7() 962 packet_id = V7_PACKET_ID_IDLE; in alps_get_packet_id_v7() 964 packet_id = V7_PACKET_ID_UNKNOWN; in alps_get_packet_id_v7() 966 return packet_id; in alps_get_packet_id_v7()
|