/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_els.c | 1296 IOCB_t *icmd = NULL; in lpfc_issue_els_flogi() local 5509 IOCB_t *icmd; in lpfc_els_rsp_acc() local 5784 IOCB_t *icmd; in lpfc_els_rsp_reject() local 6086 IOCB_t *icmd; in lpfc_els_rsp_prli_acc() local 7052 IOCB_t *icmd; in lpfc_els_rdp_cmpl() local 7481 IOCB_t *icmd; in lpfc_els_lcb_rsp() local 8624 IOCB_t *icmd; in lpfc_els_rsp_rls_acc() local 8798 IOCB_t *icmd; in lpfc_els_rcv_rtv() local 9004 IOCB_t *icmd; in lpfc_els_rsp_rpl_acc() local 10797 IOCB_t *icmd; in lpfc_els_unsol_event() local [all …]
|
A D | lpfc_sli.c | 11035 IOCB_t *icmd; in __lpfc_sli_prep_xmit_seq64_s3() local 11037 icmd = &cmdiocbq->iocb; in __lpfc_sli_prep_xmit_seq64_s3() 11038 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_xmit_seq64_s3() 11051 icmd->ulpBdeCount = 1; in __lpfc_sli_prep_xmit_seq64_s3() 11052 icmd->ulpLe = 1; in __lpfc_sli_prep_xmit_seq64_s3() 11127 IOCB_t *icmd = NULL; in __lpfc_sli_prep_abort_xri_s3() local 11130 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_abort_xri_s3() 11149 icmd->ulpLe = 1; in __lpfc_sli_prep_abort_xri_s3() 11526 IOCB_t *icmd; in lpfc_sli_async_event_handler() local 11532 icmd = &iocbq->iocb; in lpfc_sli_async_event_handler() [all …]
|
A D | lpfc_ct.c | 341 IOCB_t *icmd = &ctiocbq->iocb; in lpfc_ct_unsol_event() local 364 bde_count = icmd->ulpBdeCount; in lpfc_ct_unsol_event() 434 icmd = &iocbq->iocb; in lpfc_ct_unsol_event() 435 if (icmd->ulpBdeCount == 0) in lpfc_ct_unsol_event() 437 for (i = 0; i < icmd->ulpBdeCount; i++) { in lpfc_ct_unsol_event() 438 dma_addr = getPaddr(icmd->un.cont64[i].addrHigh, in lpfc_ct_unsol_event() 439 icmd->un.cont64[i].addrLow); in lpfc_ct_unsol_event() 442 size = icmd->un.cont64[i].tus.f.bdeSize; in lpfc_ct_unsol_event()
|
A D | lpfc_nportdisc.c | 333 IOCB_t *icmd; in lpfc_rcv_plogi() local 380 icmd = &cmdiocb->iocb; in lpfc_rcv_plogi() 474 vport->fc_myDID = icmd->un.rcvels.parmRo; in lpfc_rcv_plogi() 563 remote_did = icmd->un.rcvels.remoteID; in lpfc_rcv_plogi()
|
A D | lpfc_init.c | 2795 IOCB_t *icmd; in lpfc_sli3_post_buffer() local 2809 icmd = &iocb->iocb; in lpfc_sli3_post_buffer() 2844 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer() 2845 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys); in lpfc_sli3_post_buffer() 2846 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer() 2847 icmd->ulpBdeCount = 1; in lpfc_sli3_post_buffer() 2851 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys); in lpfc_sli3_post_buffer() 2852 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer() 2854 icmd->ulpBdeCount = 2; in lpfc_sli3_post_buffer() 2857 icmd->ulpCommand = CMD_QUE_RING_BUF64_CN; in lpfc_sli3_post_buffer() [all …]
|
/linux-6.3-rc2/drivers/scsi/ |
A D | qlogicfas408.c | 427 struct scsi_cmnd *icmd; in ql_ihandl() local 442 icmd = priv->qlcmd; in ql_ihandl() 443 ql_pcmd(icmd); in ql_ihandl() 449 scsi_done(icmd); in ql_ihandl()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
A D | ctxgf104.c | 91 .icmd = gf100_grctx_pack_icmd,
|
A D | ctxgk110b.c | 82 .icmd = gk110_grctx_pack_icmd,
|
A D | ctxgf110.c | 339 .icmd = gf110_grctx_pack_icmd,
|
A D | ctxgf119.c | 507 .icmd = gf119_grctx_pack_icmd,
|
A D | ctxgk208.c | 548 .icmd = gk208_grctx_pack_icmd,
|
A D | ctxgk110.c | 833 .icmd = gk110_grctx_pack_icmd,
|
A D | ctxgf108.c | 787 .icmd = gf108_grctx_pack_icmd,
|
A D | ctxgf117.c | 287 .icmd = gf119_grctx_pack_icmd,
|
A D | ctxgm107.c | 968 .icmd = gm107_grctx_pack_icmd,
|
A D | ctxgk104.c | 976 .icmd = gk104_grctx_pack_icmd,
|
A D | ctxgf100.c | 1390 gf100_gr_icmd(gr, grctx->icmd); in gf100_grctx_generate_main() 1569 .icmd = gf100_grctx_pack_icmd,
|
A D | ctxgf100.h | 22 const struct gf100_gr_pack *icmd; member
|
/linux-6.3-rc2/drivers/block/mtip32xx/ |
A D | mtip32xx.h | 311 struct mtip_int_cmd *icmd; member
|
A D | mtip32xx.c | 957 struct mtip_int_cmd icmd = { in mtip_exec_internal_command() local 1000 int_cmd->icmd = &icmd; in mtip_exec_internal_command() 3278 struct mtip_int_cmd *icmd = cmd->icmd; in mtip_issue_reserved_cmd() local 3290 hdr->opts = cpu_to_le32(icmd->opts | icmd->fis_len); in mtip_issue_reserved_cmd() 3291 if (icmd->buf_len) { in mtip_issue_reserved_cmd() 3294 command_sg->info = cpu_to_le32((icmd->buf_len-1) & 0x3FFFFF); in mtip_issue_reserved_cmd() 3295 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd() 3297 cpu_to_le32((icmd->buffer >> 16) >> 16); in mtip_issue_reserved_cmd()
|
/linux-6.3-rc2/drivers/misc/sgi-gru/ |
A D | gru_instructions.h | 99 unsigned int icmd: 1; member 625 unsigned int icmd :1; member
|
A D | grukservices.c | 470 gen->icmd = 1; in gru_retry_exception()
|