Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h39 #define BE_INVLDT_CMD_TBL_SZ 128 macro
49 struct invldt_cmd_tbl table[BE_INVLDT_CMD_TBL_SZ];
58 unsigned int icd_status[BE_INVLDT_CMD_TBL_SZ];
H A Dbe_mgmt.c1512 if (!nents || nents > BE_INVLDT_CMD_TBL_SZ) in beiscsi_mgmt_invalidate_icds()
H A Dbe_main.c280 struct invldt_cmd_tbl tbl[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset()
281 struct iscsi_task *task[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset()
327 if (nents == BE_INVLDT_CMD_TBL_SZ) { in beiscsi_eh_device_reset()