Home
last modified time | relevance | path

Searched refs:FC_MAX_FRAME (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/scsi/fc/
H A Dfc_fs.h45 #define FC_MAX_FRAME (FC_MAX_PAYLOAD + FC_FRAME_HEADER_LEN) macro
/linux/drivers/scsi/libfc/
H A Dfc_lport.c672 if (mfs > FC_MAX_FRAME) in fc_set_mfs()
673 mfs = FC_MAX_FRAME; in fc_set_mfs()