Home
last modified time | relevance | path

Searched refs:cmdcode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c489 lpfc_alloc_ct_rsp(struct lpfc_hba *phba, __be16 cmdcode, struct ulp_bde64 *bpl, in lpfc_alloc_ct_rsp() argument
510 if (be16_to_cpu(cmdcode) == SLI_CTNS_GID_FT || in lpfc_alloc_ct_rsp()
511 be16_to_cpu(cmdcode) == SLI_CTNS_GFF_ID) in lpfc_alloc_ct_rsp()
674 __be16 cmdcode = ((struct lpfc_sli_ct_request *)inmp->virt)-> in lpfc_ct_cmd() local
680 outmp = lpfc_alloc_ct_rsp(phba, cmdcode, bpl, rsp_size, &cnt); in lpfc_ct_cmd()
1588 int cmdcode, rc; in lpfc_cmpl_ct() local
1603 cmdcode = be16_to_cpu(((struct lpfc_sli_ct_request *) inp->virt)-> in lpfc_cmpl_ct()
1619 ulp_status, ulp_word4, cmdcode); in lpfc_cmpl_ct()
1624 cmdcode, ulp_status, ulp_word4); in lpfc_cmpl_ct()
1639 "0250 Retrying NS cmd %x\n", cmdcode); in lpfc_cmpl_ct()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h24 u16 cmdcode; member
76 pcmd->cmdcode = code;\
86 pcmd->cmdcode = code;\
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3825 static int pvr2_issue_simple_cmd(struct pvr2_hdw *hdw,u32 cmdcode) in pvr2_issue_simple_cmd() argument
3831 hdw->cmd_buffer[0] = cmdcode & 0xffu; in pvr2_issue_simple_cmd()
3832 args = (cmdcode >> 8) & 0xffu; in pvr2_issue_simple_cmd()
3836 hdw->cmd_buffer[1] = (cmdcode >> 16) & 0xffu; in pvr2_issue_simple_cmd()
3838 hdw->cmd_buffer[2] = (cmdcode >> 24) & 0xffu; in pvr2_issue_simple_cmd()
3845 cmdcode &= 0xffu; in pvr2_issue_simple_cmd()
3849 "Sending FX2 command 0x%x",cmdcode); in pvr2_issue_simple_cmd()
3852 if (pvr2_fx2cmd_desc[idx].id == cmdcode) { in pvr2_issue_simple_cmd()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1350 pcmd->cmdcode = _SetKey_CMD_; in rtw_ap_set_key()