Home
last modified time | relevance | path

Searched refs:BE_INVLDT_CMD_TBL_SZ (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_mgmt.h44 #define BE_INVLDT_CMD_TBL_SZ 128 macro
54 struct invldt_cmd_tbl table[BE_INVLDT_CMD_TBL_SZ];
63 unsigned int icd_status[BE_INVLDT_CMD_TBL_SZ];
Dbe_mgmt.c1507 if (!nents || nents > BE_INVLDT_CMD_TBL_SZ) in beiscsi_mgmt_invalidate_icds()
Dbe_main.c277 struct invldt_cmd_tbl tbl[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset()
278 struct iscsi_task *task[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset()
324 if (nents == BE_INVLDT_CMD_TBL_SZ) { in beiscsi_eh_device_reset()