Searched refs:fh_r_ctl (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c214 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) {
243 switch (fh->fh_r_ctl) {
252 __func__, fh->fh_r_ctl);
464 switch (fh->fh_r_ctl) {
475 __func__, fh->fh_r_ctl);
557 pr_debug("r_ctl %x target_submit_cmd %p\n", fh->fh_r_ctl, cmd);
/linux-master/include/scsi/
H A Dfc_frame.h234 return fc_frame_header_get(fp)->fh_r_ctl;
255 fh->fh_r_ctl = r_ctl;
/linux-master/drivers/scsi/elx/libefc/
H A Defc_domain.c987 if ((hdr->fh_r_ctl == FC_RCTL_DD_SOL_DATA) ||
988 (hdr->fh_r_ctl == FC_RCTL_DD_SOL_CTL)) {
1048 switch (hdr->fh_r_ctl) {
1065 if ((hdr->fh_r_ctl & 0xf) == FC_RCTL_DD_UNSOL_CMD) {
1071 } else if ((hdr->fh_r_ctl & 0xf) ==
1086 efc_log_err(efc, "Unhandled frame rctl: %02x\n", hdr->fh_r_ctl);
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c17 (hdr)->fh_r_ctl, be16_to_cpu((hdr)->fh_ox_id), \
240 hdr.fh_r_ctl = r_ctl;
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c1077 if (xid == 0 && fh->fh_r_ctl == FC_RCTL_ELS_REQ &&
1295 fh->fh_r_ctl = FC_RCTL_ACK_1;
1374 fh->fh_r_ctl = FC_RCTL_BA_RJT;
1697 FC_EXCH_DBG(ep, "exch: BLS rctl %x - %s\n", fh->fh_r_ctl,
1698 fc_exch_rctl_name(fh->fh_r_ctl));
1707 switch (fh->fh_r_ctl) {
1786 switch (fh->fh_r_ctl) {
1793 fh->fh_r_ctl,
1794 fc_exch_rctl_name(fh->fh_r_ctl));
1799 switch (fh->fh_r_ctl) {
[all...]
H A Dfc_libfc.c178 fh->fh_r_ctl = r_ctl;
H A Dfc_lport.c1768 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 ||
2043 fh->fh_r_ctl = FC_RCTL_ELS_REQ;
2103 fh->fh_r_ctl = FC_RCTL_DD_UNSOL_CTL;
H A Dfc_fcp.c743 switch (fh->fh_r_ctl) {
788 r_ctl = fh->fh_r_ctl;
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h22 __u8 fh_r_ctl; /* routing control */ member in struct:fc_frame_header
49 * fh_r_ctl - Routing control definitions.
81 * Basic Link Services fh_r_ctl values.
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c226 ntohs(fh->fh_ox_id), fh->fh_r_ctl);
228 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) {
244 (fh->fh_r_ctl == FC_RCTL_BA_ABTS))
249 fh->fh_type, fh->fh_r_ctl);
295 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) {
587 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA &&
593 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ &&
606 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) {
H A Dbnx2fc_hwi.c591 if ((fh->fh_r_ctl == FC_RCTL_ELS_REQ) ||
592 (fh->fh_r_ctl == FC_RCTL_ELS_REP)) {
620 BNX2FC_HBA_DBG(lport, "fh_r_ctl = 0x%x\n", fh->fh_r_ctl);
H A Dbnx2fc_io.c1562 if (fc_hdr->fh_r_ctl == FC_RCTL_DD_CMD_STATUS) {
1575 fc_hdr->fh_r_ctl);
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1054 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) {
1145 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) {
1239 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type,
2525 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA &&
2531 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ &&
2544 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) {
2611 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl,
H A Dqedf_els.c344 fh->fh_r_ctl = FC_RCTL_ELS_REP;
H A Dqedf_io.c725 task_fc_hdr.r_ctl = fc_hdr->fh_r_ctl;
2546 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c468 if ((fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA) &&
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c904 (fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) &&
1621 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && fh->fh_type == FC_TYPE_FCP)
H A Dfcoe_ctlr.c1910 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP &&
1937 } else if (op == ELS_FLOGI && fh->fh_r_ctl == FC_RCTL_ELS_REQ && sa) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c3248 } else if (unlikely(fc_hdr->fh_r_ctl != FC_RCTL_ELS4_REQ)) {
14642 if (fc_hdr->fh_r_ctl == FC_RCTL_MDS_DIAGS ||
14643 fc_hdr->fh_r_ctl == FC_RCTL_DD_UNSOL_DATA) {
18430 switch (fc_hdr->fh_r_ctl) {
18484 fc_hdr->fh_r_ctl, fc_hdr->fh_type,
18493 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
18510 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
19277 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
19282 iocbq, fc_hdr->fh_r_ctl,
19288 fc_hdr->fh_r_ctl, fc_hd
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c1087 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ) &&

Completed in 465 milliseconds