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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c764 } tmflist[] = { local
775 for (i = 0; i < ARRAY_SIZE(tmflist); i ++) {
776 if (tmflist[i].mask & task_management_flags) {
777 io->tmf_cmd = tmflist[i].cmd;
778 ocs_scsi_recv_tmf(io, lun, tmflist[i].cmd, NULL, 0);
782 if (i == ARRAY_SIZE(tmflist)) {

Completed in 92 milliseconds