Home
last modified time | relevance | path

Searched refs:FCP_CFL_LEN_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h87 #define FCP_CFL_LEN_MASK 0xfc /* mask for additional length */ macro
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c386 if (cmnd->fc_flags & FCP_CFL_LEN_MASK) { in efct_dispatch_fcp_cmd()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c497 if (fcp->fc_flags & FCP_CFL_LEN_MASK) in ft_send_work()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c1137 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()