Home
last modified time | relevance | path

Searched refs:icmd (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_els.c1274 IOCB_t *icmd = NULL; in lpfc_issue_els_flogi() local
5470 IOCB_t *icmd; in lpfc_els_rsp_acc() local
5741 IOCB_t *icmd; in lpfc_els_rsp_reject() local
6031 IOCB_t *icmd; in lpfc_els_rsp_prli_acc() local
6996 IOCB_t *icmd; in lpfc_els_rdp_cmpl() local
7429 IOCB_t *icmd; in lpfc_els_lcb_rsp() local
8572 IOCB_t *icmd; in lpfc_els_rsp_rls_acc() local
8745 IOCB_t *icmd; in lpfc_els_rcv_rtv() local
8951 IOCB_t *icmd; in lpfc_els_rsp_rpl_acc() local
10761 IOCB_t *icmd; in lpfc_els_unsol_event() local
[all …]
H A Dlpfc_sli.c11009 IOCB_t *icmd; in __lpfc_sli_prep_xmit_seq64_s3() local
11011 icmd = &cmdiocbq->iocb; in __lpfc_sli_prep_xmit_seq64_s3()
11012 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_xmit_seq64_s3()
11025 icmd->ulpBdeCount = 1; in __lpfc_sli_prep_xmit_seq64_s3()
11026 icmd->ulpLe = 1; in __lpfc_sli_prep_xmit_seq64_s3()
11109 IOCB_t *icmd = NULL; in __lpfc_sli_prep_abort_xri_s3() local
11112 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_abort_xri_s3()
11131 icmd->ulpLe = 1; in __lpfc_sli_prep_abort_xri_s3()
11509 IOCB_t *icmd; in lpfc_sli_async_event_handler() local
11515 icmd = &iocbq->iocb; in lpfc_sli_async_event_handler()
[all …]
H A Dlpfc_ct.c341 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()
H A Dlpfc_nportdisc.c353 IOCB_t *icmd; in lpfc_rcv_plogi() local
400 icmd = &cmdiocb->iocb; in lpfc_rcv_plogi()
494 vport->fc_myDID = icmd->un.rcvels.parmRo; in lpfc_rcv_plogi()
583 remote_did = icmd->un.rcvels.remoteID; in lpfc_rcv_plogi()
H A Dlpfc_init.c2785 IOCB_t *icmd; in lpfc_sli3_post_buffer() local
2799 icmd = &iocb->iocb; in lpfc_sli3_post_buffer()
2834 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer()
2835 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys); in lpfc_sli3_post_buffer()
2836 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2837 icmd->ulpBdeCount = 1; in lpfc_sli3_post_buffer()
2841 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys); in lpfc_sli3_post_buffer()
2842 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2844 icmd->ulpBdeCount = 2; in lpfc_sli3_post_buffer()
2847 icmd->ulpCommand = CMD_QUE_RING_BUF64_CN; in lpfc_sli3_post_buffer()
[all …]
/linux-6.15/drivers/scsi/
H A Dqlogicfas408.c427 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.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf104.c91 .icmd = gf100_grctx_pack_icmd,
H A Dctxgk110b.c82 .icmd = gk110_grctx_pack_icmd,
H A Dctxgf110.c339 .icmd = gf110_grctx_pack_icmd,
H A Dctxgf119.c507 .icmd = gf119_grctx_pack_icmd,
H A Dctxgk208.c548 .icmd = gk208_grctx_pack_icmd,
H A Dctxgk110.c842 .icmd = gk110_grctx_pack_icmd,
H A Dctxgf108.c787 .icmd = gf108_grctx_pack_icmd,
H A Dctxgf117.c287 .icmd = gf119_grctx_pack_icmd,
H A Dctxgm107.c968 .icmd = gm107_grctx_pack_icmd,
H A Dctxgk104.c978 .icmd = gk104_grctx_pack_icmd,
H A Dctxgf100.c1390 gf100_gr_icmd(gr, grctx->icmd); in gf100_grctx_generate_main()
1569 .icmd = gf100_grctx_pack_icmd,
H A Dctxgf100.h22 const struct gf100_gr_pack *icmd; member
/linux-6.15/drivers/block/mtip32xx/
H A Dmtip32xx.c957 struct mtip_int_cmd icmd = { in mtip_exec_internal_command() local
1000 int_cmd->icmd = &icmd; in mtip_exec_internal_command()
3268 struct mtip_int_cmd *icmd = cmd->icmd; in mtip_issue_reserved_cmd() local
3280 hdr->opts = cpu_to_le32(icmd->opts | icmd->fis_len); in mtip_issue_reserved_cmd()
3281 if (icmd->buf_len) { in mtip_issue_reserved_cmd()
3284 command_sg->info = cpu_to_le32((icmd->buf_len-1) & 0x3FFFFF); in mtip_issue_reserved_cmd()
3285 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
3287 cpu_to_le32((icmd->buffer >> 16) >> 16); in mtip_issue_reserved_cmd()
H A Dmtip32xx.h311 struct mtip_int_cmd *icmd; member
/linux-6.15/drivers/misc/sgi-gru/
H A Dgru_instructions.h89 unsigned int icmd: 1; member
615 unsigned int icmd :1; member
H A Dgrukservices.c468 gen->icmd = 1; in gru_retry_exception()