Home
last modified time | relevance | path

Searched refs:pcmd (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c274 const struct fw_port_cmd *pcmd) in cxgb4_dcb_handle_fw_update() argument
276 const union fw_port_dcb *fwdcb = &pcmd->u.dcb; in cxgb4_dcb_handle_fw_update()
277 int port = FW_PORT_CMD_PORTID_G(be32_to_cpu(pcmd->op_to_portid)); in cxgb4_dcb_handle_fw_update()
281 int dcb_type = pcmd->u.dcb.pgid.type; in cxgb4_dcb_handle_fw_update()
289 ((pcmd->u.dcb.control.all_syncd_pkd & in cxgb4_dcb_handle_fw_update()
297 pcmd->u.dcb.control.dcb_version_to_app_state)); in cxgb4_dcb_handle_fw_update()
442 struct fw_port_cmd pcmd; in cxgb4_getpgtccfg() local
450 INIT_PORT_DCB_READ_LOCAL_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
452 INIT_PORT_DCB_READ_PEER_CMD(pcmd, pi->port_id); in cxgb4_getpgtccfg()
454 pcmd.u.dcb.pgid.type = FW_PORT_DCB_TYPE_PGID; in cxgb4_getpgtccfg()
[all …]
H A Dcxgb4_dcb.h39 FW_LEN16(pcmd)); \
/linux/drivers/media/usb/as102/
H A Das10x_cmd_stream.c22 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_add_PID_filter() local
24 pcmd = adap->cmd; in as10x_cmd_add_PID_filter()
28 as10x_cmd_build(pcmd, (++adap->cmd_xid), in as10x_cmd_add_PID_filter()
29 sizeof(pcmd->body.add_pid_filter.req)); in as10x_cmd_add_PID_filter()
32 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter()
34 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter()
35 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter()
38 pcmd->body.add_pid_filter.req.idx = filter->idx; in as10x_cmd_add_PID_filter()
40 pcmd->body.add_pid_filter.req.idx = 0xFF; in as10x_cmd_add_PID_filter()
44 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_add_PID_filter()
[all …]
H A Das10x_cmd_cfg.c27 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_get_context() local
29 pcmd = adap->cmd; in as10x_cmd_get_context()
33 as10x_cmd_build(pcmd, (++adap->cmd_xid), in as10x_cmd_get_context()
34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context()
37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context()
38 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context()
39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); in as10x_cmd_get_context()
44 (uint8_t *) pcmd, in as10x_cmd_get_context()
45 sizeof(pcmd->body.context.req) in as10x_cmd_get_context()
83 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_set_context() local
[all …]
H A Das10x_cmd.c21 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_on() local
23 pcmd = adap->cmd; in as10x_cmd_turn_on()
27 as10x_cmd_build(pcmd, (++adap->cmd_xid), in as10x_cmd_turn_on()
28 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on()
31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); in as10x_cmd_turn_on()
35 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_turn_on()
36 sizeof(pcmd->body.turn_on.req) + in as10x_cmd_turn_on()
62 struct as10x_cmd_t *pcmd, *prsp; in as10x_cmd_turn_off() local
64 pcmd = adap->cmd; in as10x_cmd_turn_off()
68 as10x_cmd_build(pcmd, (++adap->cmd_xid), in as10x_cmd_turn_off()
[all …]
H A Das10x_cmd.h472 void as10x_cmd_build(struct as10x_cmd_t *pcmd, uint16_t proc_id,
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c344 void rtw_free_cmd_obj(struct cmd_obj *pcmd) in rtw_free_cmd_obj() argument
346 if ((pcmd->cmdcode != _JoinBss_CMD_) && in rtw_free_cmd_obj()
347 (pcmd->cmdcode != _CreateBss_CMD_)) { in rtw_free_cmd_obj()
349 kfree(pcmd->parmbuf); in rtw_free_cmd_obj()
352 if (pcmd->rsp) { in rtw_free_cmd_obj()
353 if (pcmd->rspsz != 0) { in rtw_free_cmd_obj()
355 kfree(pcmd->rsp); in rtw_free_cmd_obj()
360 kfree(pcmd); in rtw_free_cmd_obj()
377 struct cmd_obj *pcmd; in rtw_cmd_thread() local
380 void (*pcmd_callback)(struct adapter *dev, struct cmd_obj *pcmd); in rtw_cmd_thread()
[all …]
H A Drtw_mlme.c1885 struct cmd_obj *pcmd; in rtw_set_auth() local
1890 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_auth()
1891 if (!pcmd) { in rtw_set_auth()
1898 kfree(pcmd); in rtw_set_auth()
1905 pcmd->cmdcode = _SetAuth_CMD_; in rtw_set_auth()
1906 pcmd->parmbuf = (unsigned char *)psetauthparm; in rtw_set_auth()
1907 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
1908 pcmd->rsp = NULL; in rtw_set_auth()
1909 pcmd->rspsz = 0; in rtw_set_auth()
1911 INIT_LIST_HEAD(&pcmd->list); in rtw_set_auth()
[all …]
H A Drtw_ap.c1268 struct cmd_obj *pcmd; in rtw_ap_set_key() local
1273 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
1274 if (!pcmd) { in rtw_ap_set_key()
1280 kfree(pcmd); in rtw_ap_set_key()
1309 pcmd->cmdcode = _SetKey_CMD_; in rtw_ap_set_key()
1310 pcmd->parmbuf = (u8 *)psetkeyparm; in rtw_ap_set_key()
1311 pcmd->cmdsz = (sizeof(struct setkey_parm)); in rtw_ap_set_key()
1312 pcmd->rsp = NULL; in rtw_ap_set_key()
1313 pcmd->rspsz = 0; in rtw_ap_set_key()
1315 INIT_LIST_HEAD(&pcmd->list); in rtw_ap_set_key()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h73 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument
75 INIT_LIST_HEAD(&pcmd->list);\
76 pcmd->cmdcode = code;\
77 pcmd->parmbuf = (u8 *)(pparm);\
78 pcmd->cmdsz = sizeof(*pparm);\
79 pcmd->rsp = NULL;\
80 pcmd->rspsz = 0;\
83 #define init_h2fwcmd_w_parm_no_parm_rsp(pcmd, code) \ argument
85 INIT_LIST_HEAD(&pcmd->list);\
86 pcmd->cmdcode = code;\
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c176 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist, *bmp; in lpfc_prep_els_iocb() local
219 pcmd = kmalloc(sizeof(*pcmd), GFP_KERNEL); in lpfc_prep_els_iocb()
220 if (pcmd) in lpfc_prep_els_iocb()
221 pcmd->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &pcmd->phys); in lpfc_prep_els_iocb()
222 if (!pcmd || !pcmd->virt) in lpfc_prep_els_iocb()
225 INIT_LIST_HEAD(&pcmd->list); in lpfc_prep_els_iocb()
267 bmp = pcmd; in lpfc_prep_els_iocb()
275 bpl->addr_low = cpu_to_le32(putPaddrLow(pcmd->phys)); in lpfc_prep_els_iocb()
276 bpl->addr_high = cpu_to_le32(putPaddrHigh(pcmd->phys)); in lpfc_prep_els_iocb()
288 elsiocb->cmd_dmabuf = pcmd; in lpfc_prep_els_iocb()
[all …]
H A Dlpfc_nportdisc.c180 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_check_elscmpl_iocb() local
185 pcmd = cmdiocb->cmd_dmabuf; in lpfc_check_elscmpl_iocb()
190 if (pcmd) { in lpfc_check_elscmpl_iocb()
191 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, in lpfc_check_elscmpl_iocb()
362 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi() local
378 pcmd = cmdiocb->cmd_dmabuf; in lpfc_rcv_plogi()
379 lp = (uint32_t *) pcmd->virt; in lpfc_rcv_plogi()
730 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc() local
739 pcmd = cmdiocb->cmd_dmabuf; in lpfc_rcv_padisc()
740 lp = (uint32_t *) pcmd->virt; in lpfc_rcv_padisc()
[all …]
H A Dlpfc_sli.c19430 struct lpfc_dmabuf *pcmd = cmdiocb->cmd_dmabuf; in lpfc_sli4_mds_loopback_cmpl() local
19432 if (pcmd && pcmd->virt) in lpfc_sli4_mds_loopback_cmpl()
19433 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys); in lpfc_sli4_mds_loopback_cmpl()
19434 kfree(pcmd); in lpfc_sli4_mds_loopback_cmpl()
19447 struct lpfc_dmabuf *pcmd = NULL; in lpfc_sli4_handle_mds_loopback() local
19469 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli4_handle_mds_loopback()
19470 if (pcmd) in lpfc_sli4_handle_mds_loopback()
19471 pcmd->virt = dma_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL, in lpfc_sli4_handle_mds_loopback()
19472 &pcmd->phys); in lpfc_sli4_handle_mds_loopback()
19473 if (!pcmd || !pcmd->virt) in lpfc_sli4_handle_mds_loopback()
[all …]
H A Dlpfc_bsg.c571 struct lpfc_dmabuf *pcmd = NULL, *prsp = NULL; in lpfc_bsg_rport_els_cmp() local
601 pcmd = cmdiocbq->cmd_dmabuf; in lpfc_bsg_rport_els_cmp()
602 prsp = (struct lpfc_dmabuf *)pcmd->list.next; in lpfc_bsg_rport_els_cmp()
/linux/drivers/bluetooth/
H A Dbtnxpuart.c603 struct psmode_cmd_payload pcmd; in send_ps_cmd() local
608 pcmd.ps_cmd = BT_PS_ENABLE; in send_ps_cmd()
610 pcmd.ps_cmd = BT_PS_DISABLE; in send_ps_cmd()
611 pcmd.c2h_ps_interval = __cpu_to_le16(psdata->c2h_ps_interval); in send_ps_cmd()
613 skb = nxp_drv_send_cmd(hdev, HCI_NXP_AUTO_SLEEP_MODE, sizeof(pcmd), in send_ps_cmd()
614 &pcmd, true); in send_ps_cmd()
642 struct wakeup_cmd_payload pcmd; in send_wakeup_method_cmd() local
646 pcmd.c2h_wakeupmode = psdata->c2h_wakeupmode; in send_wakeup_method_cmd()
647 pcmd.c2h_wakeup_gpio = psdata->c2h_wakeup_gpio; in send_wakeup_method_cmd()
648 pcmd.h2c_wakeup_gpio = 0xff; in send_wakeup_method_cmd()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Dphy_common.c247 struct swchnlcmd *pcmd; in rtl8723_phy_set_sw_chnl_cmdarray() local
257 pcmd = cmdtable + cmdtableidx; in rtl8723_phy_set_sw_chnl_cmdarray()
258 pcmd->cmdid = cmdid; in rtl8723_phy_set_sw_chnl_cmdarray()
259 pcmd->para1 = para1; in rtl8723_phy_set_sw_chnl_cmdarray()
260 pcmd->para2 = para2; in rtl8723_phy_set_sw_chnl_cmdarray()
261 pcmd->msdelay = msdelay; in rtl8723_phy_set_sw_chnl_cmdarray()
/linux/include/uapi/linux/
H A Dif_plip.h20 unsigned short pcmd; member
/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c408 bfad_iocmd_port_cfg_bbcr(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_port_cfg_bbcr() argument
411 (struct bfa_bsg_bbcr_enable_s *)pcmd; in bfad_iocmd_port_cfg_bbcr()
431 bfad_iocmd_port_get_bbcr_attr(struct bfad_s *bfad, void *pcmd) in bfad_iocmd_port_get_bbcr_attr() argument
433 struct bfa_bsg_bbcr_attr_s *iocmd = (struct bfa_bsg_bbcr_attr_s *) pcmd; in bfad_iocmd_port_get_bbcr_attr()
911 bfad_iocmd_qos_set_bw(struct bfad_s *bfad, void *pcmd) in bfad_iocmd_qos_set_bw() argument
913 struct bfa_bsg_qos_bw_s *iocmd = (struct bfa_bsg_qos_bw_s *)pcmd; in bfad_iocmd_qos_set_bw()
924 bfad_iocmd_ratelim(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim() argument
926 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)pcmd; in bfad_iocmd_ratelim()
953 bfad_iocmd_ratelim_speed(struct bfad_s *bfad, unsigned int cmd, void *pcmd) in bfad_iocmd_ratelim_speed() argument
955 struct bfa_bsg_trl_speed_s *iocmd = (struct bfa_bsg_trl_speed_s *)pcmd; in bfad_iocmd_ratelim_speed()
[all …]
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1408 struct fw_port_cmd *pcmd; in csio_mb_fwevt_handler() local
1416 pcmd = (struct fw_port_cmd *)cmd; in csio_mb_fwevt_handler()
1418 ntohl(pcmd->op_to_portid)); in csio_mb_fwevt_handler()
1420 ntohl(pcmd->action_to_len16)); in csio_mb_fwevt_handler()
1429 link_status = ntohl(pcmd->u.info.lstatus_to_modtype); in csio_mb_fwevt_handler()
1437 ntohl(pcmd->u.info32.lstatus32_to_cbllen32); in csio_mb_fwevt_handler()
1439 linkattr = ntohl(pcmd->u.info32.linkattr32); in csio_mb_fwevt_handler()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c291 struct swchnlcmd *pcmd; in _rtl92s_phy_set_sw_chnl_cmdarray() local
301 pcmd = cmdtable + cmdtableidx; in _rtl92s_phy_set_sw_chnl_cmdarray()
302 pcmd->cmdid = cmdid; in _rtl92s_phy_set_sw_chnl_cmdarray()
303 pcmd->para1 = para1; in _rtl92s_phy_set_sw_chnl_cmdarray()
304 pcmd->para2 = para2; in _rtl92s_phy_set_sw_chnl_cmdarray()
305 pcmd->msdelay = msdelay; in _rtl92s_phy_set_sw_chnl_cmdarray()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c759 struct swchnlcmd *pcmd; in _rtl92c_phy_set_sw_chnl_cmdarray() local
769 pcmd = cmdtable + cmdtableidx; in _rtl92c_phy_set_sw_chnl_cmdarray()
770 pcmd->cmdid = cmdid; in _rtl92c_phy_set_sw_chnl_cmdarray()
771 pcmd->para1 = para1; in _rtl92c_phy_set_sw_chnl_cmdarray()
772 pcmd->para2 = para2; in _rtl92c_phy_set_sw_chnl_cmdarray()
773 pcmd->msdelay = msdelay; in _rtl92c_phy_set_sw_chnl_cmdarray()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h89 u8 pcmd; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1325 struct swchnlcmd *pcmd; in _rtl88e_phy_set_sw_chnl_cmdarray() local
1335 pcmd = cmdtable + cmdtableidx; in _rtl88e_phy_set_sw_chnl_cmdarray()
1336 pcmd->cmdid = cmdid; in _rtl88e_phy_set_sw_chnl_cmdarray()
1337 pcmd->para1 = para1; in _rtl88e_phy_set_sw_chnl_cmdarray()
1338 pcmd->para2 = para2; in _rtl88e_phy_set_sw_chnl_cmdarray()
1339 pcmd->msdelay = msdelay; in _rtl88e_phy_set_sw_chnl_cmdarray()
/linux/drivers/scsi/arcmsr/
H A Darcmsr.h986 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */ member
/linux/drivers/net/plip/
H A Dplip.c1228 switch(pc->pcmd) { in plip_siocdevprivate()

12