Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h764 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_plogi_fill()
795 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_flogi_fill()
820 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_fdisc_fill()
H A Dfc_lport.c372 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_lport_flogi_fill()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h391 #define FC_CPC_SEQ 0x0800 /* sequential delivery */ macro