Searched refs:fh_r_ctl (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 238 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending() 281 switch (fh->fh_r_ctl) { in ft_recv_seq() 290 __func__, fh->fh_r_ctl); in ft_recv_seq() 495 switch (fh->fh_r_ctl) { in ft_recv_req() 506 __func__, fh->fh_r_ctl); in ft_recv_req() 580 pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl); in ft_send_work()
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_exch.c | 1042 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 …]
|
D | fc_libfc.c | 190 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
|
D | fc_lport.c | 1738 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()
|
D | fc_fcp.c | 713 switch (fh->fh_r_ctl) { in fc_fcp_abts_resp() 765 r_ctl = fh->fh_r_ctl; in fc_fcp_recv()
|
/linux-4.1.27/include/uapi/scsi/fc/ |
D | fc_fs.h | 34 __u8 fh_r_ctl; /* routing control */ member
|
/linux-4.1.27/include/scsi/ |
D | fc_frame.h | 246 return fc_frame_header_get(fp)->fh_r_ctl; in fc_frame_rctl()
|
D | fc_encode.h | 60 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 205 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()
|
D | bnx2fc_hwi.c | 590 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()
|
D | bnx2fc_io.c | 1555 if (fc_hdr->fh_r_ctl == FC_RCTL_DD_CMD_STATUS) { in bnx2fc_process_tm_compl() 1568 fc_hdr->fh_r_ctl); in bnx2fc_process_tm_compl()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 772 (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.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 491 if ((fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA) && in ixgbe_fcoe_ddp()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 874 (fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) && in fcoe_oem_match() 1753 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && fh->fh_type == FC_TYPE_FCP) in fcoe_filter_frames()
|
D | fcoe_ctlr.c | 1883 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.1.27/drivers/scsi/fnic/ |
D | fnic_fcs.c | 1039 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ) && in fnic_send_frame()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 14622 switch (fc_hdr->fh_r_ctl) { in lpfc_fc_frame_check() 14673 rctl_names[fc_hdr->fh_r_ctl], fc_hdr->fh_r_ctl, in lpfc_fc_frame_check() 14683 rctl_names[fc_hdr->fh_r_ctl], in lpfc_fc_frame_check() 14701 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH) in lpfc_fc_hdr_get_vfi() 15448 fc_hdr->fh_r_ctl, fc_hdr->fh_type); in lpfc_sli4_send_seq_to_ulp() 15453 iocbq, fc_hdr->fh_r_ctl, in lpfc_sli4_send_seq_to_ulp() 15459 fc_hdr->fh_r_ctl, fc_hdr->fh_type); in lpfc_sli4_send_seq_to_ulp() 15533 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) { in lpfc_sli4_handle_received_buffer()
|