Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dmyrs.h685 union myrs_cmd_mbox { union
871 union myrs_cmd_mbox mbox;
918 void (*write_cmd_mbox)(union myrs_cmd_mbox *next_mbox,
919 union myrs_cmd_mbox *cmd_mbox);
926 union myrs_cmd_mbox *first_cmd_mbox;
927 union myrs_cmd_mbox *last_cmd_mbox;
928 union myrs_cmd_mbox *next_cmd_mbox;
929 union myrs_cmd_mbox *prev_cmd_mbox1;
930 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()
162 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ctlr_info()
224 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ldev_info()
312 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_pdev_info()
355 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_dev_op()
383 union myrs_cmd_mbox *mbox; in myrs_translate_pdev()
426 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_event()
[all …]