Home
last modified time | relevance | path

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

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