Home
last modified time | relevance | path

Searched refs:fcp_feat (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2035 u32 fcp_feat; in fcoe_ctlr_vn_send() local
2095 fcp_feat = 0; in fcoe_ctlr_vn_send()
2097 fcp_feat |= FCP_FEAT_INIT; in fcoe_ctlr_vn_send()
2099 fcp_feat |= FCP_FEAT_TARG; in fcoe_ctlr_vn_send()
2100 fcp_feat <<= (FC_TYPE_FCP * 4) % 32; in fcoe_ctlr_vn_send()
2101 ff->fd_ff.fd_feat[FC_TYPE_FCP * 4 / 32] = htonl(fcp_feat); in fcoe_ctlr_vn_send()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2027 u32 fcp_feat; in fcoe_ctlr_vn_send() local
2087 fcp_feat = 0; in fcoe_ctlr_vn_send()
2089 fcp_feat |= FCP_FEAT_INIT; in fcoe_ctlr_vn_send()
2091 fcp_feat |= FCP_FEAT_TARG; in fcoe_ctlr_vn_send()
2092 fcp_feat <<= (FC_TYPE_FCP * 4) % 32; in fcoe_ctlr_vn_send()
2093 ff->fd_ff.fd_feat[FC_TYPE_FCP * 4 / 32] = htonl(fcp_feat); in fcoe_ctlr_vn_send()

Completed in 8 milliseconds