Home
last modified time | relevance | path

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

/linux-6.12.1/include/scsi/
Dlibfcoe.h23 #define FCOE_MAX_CMD_LEN 16 /* Supported CDB length */ macro
/linux-6.12.1/drivers/scsi/fnic/
Dfnic_main.c566 host->max_cmd_len = FCOE_MAX_CMD_LEN; in fnic_scsi_drv_init()
/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe.c772 lport->host->max_cmd_len = FCOE_MAX_CMD_LEN; in fcoe_shost_config()