/drivers/gpu/drm/vboxvideo/ |
D | vbox_main.c | 62 struct vbva_cmd_hdr cmd_hdr; in vbox_framebuffer_dirty_rectangles() local 71 cmd_hdr.x = (s16)rects[i].x1; in vbox_framebuffer_dirty_rectangles() 72 cmd_hdr.y = (s16)rects[i].y1; in vbox_framebuffer_dirty_rectangles() 73 cmd_hdr.w = (u16)rects[i].x2 - rects[i].x1; in vbox_framebuffer_dirty_rectangles() 74 cmd_hdr.h = (u16)rects[i].y2 - rects[i].y1; in vbox_framebuffer_dirty_rectangles() 81 &cmd_hdr, sizeof(cmd_hdr)); in vbox_framebuffer_dirty_rectangles()
|
/drivers/gpu/drm/virtio/ |
D | virtgpu_fence.c | 89 struct virtio_gpu_ctrl_hdr *cmd_hdr, in virtio_gpu_fence_emit() argument 103 cmd_hdr->flags |= cpu_to_le32(VIRTIO_GPU_FLAG_FENCE); in virtio_gpu_fence_emit() 104 cmd_hdr->fence_id = cpu_to_le64(fence->f.seqno); in virtio_gpu_fence_emit()
|
D | virtgpu_drv.h | 352 struct virtio_gpu_ctrl_hdr *cmd_hdr,
|
/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 192 struct fm_cmd_msg_hdr *cmd_hdr; in dump_tx_skb_data() local 194 cmd_hdr = (struct fm_cmd_msg_hdr *)skb->data; in dump_tx_skb_data() 196 fm_cb(skb)->completion ? " " : "*", cmd_hdr->hdr, in dump_tx_skb_data() 197 cmd_hdr->len, cmd_hdr->op, in dump_tx_skb_data() 198 cmd_hdr->rd_wr ? "RD" : "WR", cmd_hdr->dlen); in dump_tx_skb_data() 202 printk(KERN_CONT "\n data(%d): ", cmd_hdr->dlen); in dump_tx_skb_data()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 1239 struct htt_cmd_hdr *cmd_hdr; in ath10k_htt_tx_hl() local 1321 skb_push(msdu, sizeof(*cmd_hdr)); in ath10k_htt_tx_hl() 1323 cmd_hdr = (struct htt_cmd_hdr *)msdu->data; in ath10k_htt_tx_hl() 1324 tx_desc = (struct htt_data_tx_desc *)(msdu->data + sizeof(*cmd_hdr)); in ath10k_htt_tx_hl() 1326 cmd_hdr->msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_hl() 1462 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32() 1486 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_32() 1518 sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32() 1664 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_64() 1691 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_64() [all …]
|
D | wmi.c | 1771 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait() local 1780 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait() 1781 cmd_hdr->cmd_id = __cpu_to_le32(cmd); in ath10k_wmi_cmd_send_nowait() 5736 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx() local 5739 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx() 5740 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_op_rx() 5863 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx() local 5867 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx() 5868 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_10_1_op_rx() 5994 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx() local [all …]
|
D | htt.h | 1857 struct htt_cmd_hdr cmd_hdr; member 1864 struct htt_cmd_hdr cmd_hdr; member
|
D | wmi-tlv.c | 492 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_tlv_op_rx() local 496 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_tlv_op_rx() 497 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_tlv_op_rx()
|
/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 271 struct cmd_hdr *pcmd_hdr = (struct cmd_hdr *) in r8712_construct_txaggr_cmd_hdr() 361 struct cmd_hdr *pcmd_hdr = (struct cmd_hdr *) in r8712_dump_aggr_xframe()
|
D | rtl8712_cmd.h | 22 struct cmd_hdr { struct
|
/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 509 cmd_hdr_base = hisi_hba->cmd_hdr[dlvry_queue]; in hisi_sas_task_prep() 510 slot->cmd_hdr = &cmd_hdr_base[dlvry_queue_slot]; in hisi_sas_task_prep() 517 memset(slot->cmd_hdr, 0, sizeof(struct hisi_sas_cmd_hdr)); in hisi_sas_task_prep() 1979 cmd_hdr_base = hisi_hba->cmd_hdr[dlvry_queue]; in hisi_sas_internal_abort_task_exec() 1980 slot->cmd_hdr = &cmd_hdr_base[dlvry_queue_slot]; in hisi_sas_internal_abort_task_exec() 1986 memset(slot->cmd_hdr, 0, sizeof(struct hisi_sas_cmd_hdr)); in hisi_sas_internal_abort_task_exec() 2275 struct hisi_sas_cmd_hdr *cmd_hdr = hisi_hba->cmd_hdr[i]; in hisi_sas_init_mem() local 2279 memset(&cmd_hdr[j], 0, s); in hisi_sas_init_mem() 2340 hisi_hba->cmd_hdr[i] = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2343 if (!hisi_hba->cmd_hdr[i]) in hisi_sas_alloc() [all …]
|
D | hisi_sas.h | 228 void *cmd_hdr; member 368 struct hisi_sas_cmd_hdr *cmd_hdr[HISI_SAS_MAX_QUEUES]; member
|
D | hisi_sas_v3_hw.c | 1171 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_ssp_v3_hw() 1293 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_smp_v3_hw() 1336 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_ata_v3_hw() 1414 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_abort_v3_hw()
|
D | hisi_sas_v2_hw.c | 1695 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_smp_v2_hw() 1734 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_ssp_v2_hw() 2489 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_ata_v2_hw() 2608 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_abort_v2_hw()
|
D | hisi_sas_v1_hw.c | 915 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_smp_v1_hw() 953 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr; in prep_ssp_v1_hw()
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 606 struct enetc_msg_cmd_header *cmd_hdr; in enetc_msg_handle_rxmsg() local 610 cmd_hdr = (struct enetc_msg_cmd_header *)msg->vaddr; in enetc_msg_handle_rxmsg() 611 cmd_type = cmd_hdr->type; in enetc_msg_handle_rxmsg()
|
/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 1791 struct wmi_cmd_hdr *cmd_hdr; in ath6kl_wmi_cmd_send() local 1823 cmd_hdr = (struct wmi_cmd_hdr *) skb->data; in ath6kl_wmi_cmd_send() 1824 cmd_hdr->cmd_id = cpu_to_le16(cmd_id); in ath6kl_wmi_cmd_send() 1826 cmd_hdr->info1 = cpu_to_le16(info1); in ath6kl_wmi_cmd_send() 3013 struct wmix_cmd_hdr *cmd_hdr; in ath6kl_wmi_cmd_send_xtnd() local 3018 cmd_hdr = (struct wmix_cmd_hdr *) skb->data; in ath6kl_wmi_cmd_send_xtnd() 3019 cmd_hdr->cmd_id = cpu_to_le32(cmd_id); in ath6kl_wmi_cmd_send_xtnd()
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 346 static void ocrdma_init_mch(struct ocrdma_mbx_hdr *cmd_hdr, in ocrdma_init_mch() argument 349 cmd_hdr->subsys_op = (opcode | (subsys << OCRDMA_MCH_SUBSYS_SHIFT)); in ocrdma_init_mch() 350 cmd_hdr->timeout = 20; /* seconds */ in ocrdma_init_mch() 351 cmd_hdr->cmd_len = cmd_len - sizeof(struct ocrdma_mbx_hdr); in ocrdma_init_mch()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 2099 const struct fw_cmd_hdr *cmd_hdr = (const struct fw_cmd_hdr *)rpl; in t4vf_handle_fw_rpl() local 2100 u8 opcode = FW_CMD_OP_G(be32_to_cpu(cmd_hdr->hi)); in t4vf_handle_fw_rpl()
|