Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/libfc/
Dfc_encode.h766 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_plogi_fill()
797 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_flogi_fill()
822 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.12.1/include/uapi/scsi/fc/
Dfc_els.h391 #define FC_CPC_SEQ 0x0800 /* sequential delivery */ macro