Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dlibfcoe.h34 #define FCOE_MAX_CMD_LEN 16 /* Supported CDB length */ macro
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_main.c712 host->max_cmd_len = FCOE_MAX_CMD_LEN; in fnic_probe()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c786 lport->host->max_cmd_len = FCOE_MAX_CMD_LEN; in fcoe_shost_config()