Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/libfc/
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()
Dfc_lport.c372 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_lport_flogi_fill()
/linux-6.6.21/include/uapi/scsi/fc/
Dfc_els.h391 #define FC_CPC_SEQ 0x0800 /* sequential delivery */ macro