Home
last modified time | relevance | path

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

/linux-3.3/include/scsi/
Dlibfcoe.h33 #define FCOE_MAX_CMD_LEN 16 /* Supported CDB length */ macro
/linux-3.3/drivers/scsi/fnic/
Dfnic_main.c554 host->max_cmd_len = FCOE_MAX_CMD_LEN; in fnic_probe()
/linux-3.3/drivers/scsi/fcoe/
Dfcoe.c712 lport->host->max_cmd_len = FCOE_MAX_CMD_LEN; in fcoe_shost_config()