Searched refs:tmflist (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c113 } tmflist[] = { local
122 for (i = 0; i < ARRAY_SIZE(tmflist); i++) {
123 if (tmflist[i].mask & tm_flags) {
124 io->tmf_cmd = tmflist[i].cmd;
125 efct_scsi_recv_tmf(io, lun, tmflist[i].cmd, NULL, 0);
129 if (i == ARRAY_SIZE(tmflist)) {

Completed in 332 milliseconds