Home
last modified time | relevance | path

Searched refs:myrs_cmd_mbox (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/
Dmyrs.h685 union myrs_cmd_mbox { union
871 union myrs_cmd_mbox mbox;
917 void (*write_cmd_mbox)(union myrs_cmd_mbox *next_mbox,
918 union myrs_cmd_mbox *cmd_mbox);
925 union myrs_cmd_mbox *first_cmd_mbox;
926 union myrs_cmd_mbox *last_cmd_mbox;
927 union myrs_cmd_mbox *next_cmd_mbox;
928 union myrs_cmd_mbox *prev_cmd_mbox1;
929 union myrs_cmd_mbox *prev_cmd_mbox2;
Dmyrs.c95 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_reset_cmd()
97 memset(mbox, 0, sizeof(union myrs_cmd_mbox)); in myrs_reset_cmd()
107 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_qcmd()
108 union myrs_cmd_mbox *next_mbox = cs->next_cmd_mbox; in myrs_qcmd()
161 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ctlr_info()
223 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ldev_info()
311 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_pdev_info()
354 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_dev_op()
382 union myrs_cmd_mbox *mbox; in myrs_translate_pdev()
425 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_event()
[all …]