Home
last modified time | relevance | path

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

/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)); \
H A Dcxgb4_main.c534 static void dcb_rpl(struct adapter *adap, const struct fw_port_cmd *pcmd) in dcb_rpl() argument
536 int port = FW_PORT_CMD_PORTID_G(ntohl(pcmd->op_to_portid)); in dcb_rpl()
541 cxgb4_dcb_handle_fw_update(adap, pcmd); in dcb_rpl()
598 const struct fw_port_cmd *pcmd = (const void *)p->data; in fwevtq_handler() local
599 unsigned int cmd = FW_CMD_OP_G(ntohl(pcmd->op_to_portid)); in fwevtq_handler()
601 FW_PORT_CMD_ACTION_G(ntohl(pcmd->action_to_len16)); in fwevtq_handler()
607 be32_to_cpu(pcmd->op_to_portid)); in fwevtq_handler()
613 ? !!(pcmd->u.info.dcbxdis_pkd & FW_PORT_CMD_DCBXDIS_F) in fwevtq_handler()
614 : !!(be32_to_cpu(pcmd->u.info32.lstatus32_to_cbllen32) in fwevtq_handler()
625 dcb_rpl(q->adap, pcmd); in fwevtq_handler()
/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_mlme.c1845 struct cmd_obj *pcmd; in rtw_set_auth() local
1850 pcmd = kzalloc_obj(*pcmd); in rtw_set_auth()
1851 if (!pcmd) { in rtw_set_auth()
1858 kfree(pcmd); in rtw_set_auth()
1865 pcmd->cmdcode = _SetAuth_CMD_; in rtw_set_auth()
1866 pcmd->parmbuf = (unsigned char *)psetauthparm; in rtw_set_auth()
1867 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
1868 pcmd->rsp = NULL; in rtw_set_auth()
1869 pcmd->rspsz = 0; in rtw_set_auth()
1871 INIT_LIST_HEAD(&pcmd->list); in rtw_set_auth()
[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/scsi/lpfc/
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_obj(struct lpfc_dmabuf); 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/arch/x86/kernel/cpu/sgx/
H A Dmain.c173 pginfo.metadata = (unsigned long)kmap_local_page(backing->pcmd) + in __sgx_encl_ewb()
177 set_page_dirty(backing->pcmd); in __sgx_encl_ewb()
/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()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c2024 int err = 0, pcmd; in e_end_block() local
2028 pcmd = (device->state.conn >= C_SYNC_SOURCE && in e_end_block()
2032 err = drbd_send_ack(peer_device, pcmd, peer_req); in e_end_block()
2033 if (pcmd == P_RS_WRITE_ACK) in e_end_block()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1165 * Changed pHba->phba, pCommand->pcmd
1167 pCmd->pcmd
1170 * Changed pBufList -> pbuflist, pRsp -> prsp, pCmd -> pcmd