Home
last modified time | relevance | path

Searched refs:fh_r_ctl (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c232 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending()
266 switch (fh->fh_r_ctl) { in ft_recv_seq()
275 __func__, fh->fh_r_ctl); in ft_recv_seq()
480 switch (fh->fh_r_ctl) { in ft_recv_req()
491 __func__, fh->fh_r_ctl); in ft_recv_req()
566 pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl); in ft_send_work()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c1042 if (xid == 0 && fh->fh_r_ctl == FC_RCTL_ELS_REQ && in fc_seq_lookup_recip()
1257 fh->fh_r_ctl = FC_RCTL_ACK_1; in fc_seq_send_ack()
1331 fh->fh_r_ctl = FC_RCTL_BA_RJT; in fc_exch_send_ba_rjt()
1646 FC_EXCH_DBG(ep, "exch: BLS rctl %x - %s\n", fh->fh_r_ctl, in fc_exch_abts_resp()
1647 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_abts_resp()
1655 switch (fh->fh_r_ctl) { in fc_exch_abts_resp()
1734 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
1741 fh->fh_r_ctl, in fc_exch_recv_bls()
1742 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_recv_bls()
1747 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
[all …]
Dfc_libfc.c190 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
Dfc_lport.c1738 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 || in fc_lport_flogi_resp()
1990 fh->fh_r_ctl = FC_RCTL_ELS_REQ; in fc_lport_els_request()
2051 fh->fh_r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_lport_ct_request()
Dfc_fcp.c713 switch (fh->fh_r_ctl) { in fc_fcp_abts_resp()
765 r_ctl = fh->fh_r_ctl; in fc_fcp_recv()
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_fs.h34 __u8 fh_r_ctl; /* routing control */ member
/linux-4.4.14/include/scsi/
Dfc_frame.h246 return fc_frame_header_get(fp)->fh_r_ctl; in fc_frame_rctl()
Dfc_encode.h60 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c205 ntohs(fh->fh_ox_id), fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
207 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit_l2_frame()
223 (fh->fh_r_ctl == FC_RCTL_BA_ABTS)) in bnx2fc_xmit_l2_frame()
228 fh->fh_type, fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
275 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit()
553 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && in bnx2fc_recv_frame()
559 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ && in bnx2fc_recv_frame()
572 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) { in bnx2fc_recv_frame()
Dbnx2fc_hwi.c590 if ((fh->fh_r_ctl == FC_RCTL_ELS_REQ) || in bnx2fc_process_l2_frame_compl()
591 (fh->fh_r_ctl == FC_RCTL_ELS_REP)) { in bnx2fc_process_l2_frame_compl()
619 BNX2FC_HBA_DBG(lport, "fh_r_ctl = 0x%x\n", fh->fh_r_ctl); in bnx2fc_process_l2_frame_compl()
Dbnx2fc_io.c1494 if (fc_hdr->fh_r_ctl == FC_RCTL_DD_CMD_STATUS) { in bnx2fc_process_tm_compl()
1507 fc_hdr->fh_r_ctl); in bnx2fc_process_tm_compl()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c772 (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA)) { in i40e_fcoe_handle_offload()
1156 r_ctl = fh->fh_r_ctl; in i40e_fcoe_handle_ddp()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c491 if ((fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA) && in ixgbe_fcoe_ddp()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c873 (fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) && in fcoe_oem_match()
1752 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && fh->fh_type == FC_TYPE_FCP) in fcoe_filter_frames()
Dfcoe_ctlr.c1883 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP && in fcoe_ctlr_recv_flogi()
1910 } else if (op == ELS_FLOGI && fh->fh_r_ctl == FC_RCTL_ELS_REQ && sa) { in fcoe_ctlr_recv_flogi()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c1061 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ) && in fnic_send_frame()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c14598 switch (fc_hdr->fh_r_ctl) { in lpfc_fc_frame_check()
14649 rctl_names[fc_hdr->fh_r_ctl], fc_hdr->fh_r_ctl, in lpfc_fc_frame_check()
14659 rctl_names[fc_hdr->fh_r_ctl], in lpfc_fc_frame_check()
14677 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH) in lpfc_fc_hdr_get_vfi()
15424 fc_hdr->fh_r_ctl, fc_hdr->fh_type); in lpfc_sli4_send_seq_to_ulp()
15429 iocbq, fc_hdr->fh_r_ctl, in lpfc_sli4_send_seq_to_ulp()
15435 fc_hdr->fh_r_ctl, fc_hdr->fh_type); in lpfc_sli4_send_seq_to_ulp()
15509 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) { in lpfc_sli4_handle_received_buffer()