Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_cmd.c215 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending()
249 switch (fh->fh_r_ctl) { in ft_recv_seq()
258 __func__, fh->fh_r_ctl); in ft_recv_seq()
470 switch (fh->fh_r_ctl) { in ft_recv_req()
481 __func__, fh->fh_r_ctl); in ft_recv_req()
557 pr_debug("r_ctl %x target_submit_cmd %p\n", fh->fh_r_ctl, cmd); in ft_send_work()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_cmd.c214 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending()
243 switch (fh->fh_r_ctl) { in ft_recv_seq()
252 __func__, fh->fh_r_ctl); in ft_recv_seq()
464 switch (fh->fh_r_ctl) { in ft_recv_req()
475 __func__, fh->fh_r_ctl); in ft_recv_req()
557 pr_debug("r_ctl %x target_submit_cmd %p\n", fh->fh_r_ctl, cmd); in ft_send_work()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_domain.c987 if ((hdr->fh_r_ctl == FC_RCTL_DD_SOL_DATA) || in efc_domain_dispatch_frame()
988 (hdr->fh_r_ctl == FC_RCTL_DD_SOL_CTL)) { in efc_domain_dispatch_frame()
1048 switch (hdr->fh_r_ctl) { in efc_node_dispatch_frame()
1065 if ((hdr->fh_r_ctl & 0xf) == FC_RCTL_DD_UNSOL_CMD) { in efc_node_dispatch_frame()
1071 } else if ((hdr->fh_r_ctl & 0xf) == in efc_node_dispatch_frame()
1086 efc_log_err(efc, "Unhandled frame rctl: %02x\n", hdr->fh_r_ctl); in efc_node_dispatch_frame()
/kernel/linux/linux-6.6/include/scsi/
H A Dfc_frame.h234 return fc_frame_header_get(fp)->fh_r_ctl; in fc_frame_rctl()
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c1079 if (xid == 0 && fh->fh_r_ctl == FC_RCTL_ELS_REQ && in fc_seq_lookup_recip()
1297 fh->fh_r_ctl = FC_RCTL_ACK_1; in fc_seq_send_ack()
1376 fh->fh_r_ctl = FC_RCTL_BA_RJT; in fc_exch_send_ba_rjt()
1699 FC_EXCH_DBG(ep, "exch: BLS rctl %x - %s\n", fh->fh_r_ctl, in fc_exch_abts_resp()
1700 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_abts_resp()
1709 switch (fh->fh_r_ctl) { in fc_exch_abts_resp()
1788 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
1795 fh->fh_r_ctl, in fc_exch_recv_bls()
1796 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_recv_bls()
1801 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
[all...]
H A Dfc_libfc.c178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
H A Dfc_lport.c1721 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 || in fc_lport_flogi_resp()
1969 fh->fh_r_ctl = FC_RCTL_ELS_REQ; in fc_lport_els_request()
2029 fh->fh_r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_lport_ct_request()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c1077 if (xid == 0 && fh->fh_r_ctl == FC_RCTL_ELS_REQ && in fc_seq_lookup_recip()
1295 fh->fh_r_ctl = FC_RCTL_ACK_1; in fc_seq_send_ack()
1374 fh->fh_r_ctl = FC_RCTL_BA_RJT; in fc_exch_send_ba_rjt()
1697 FC_EXCH_DBG(ep, "exch: BLS rctl %x - %s\n", fh->fh_r_ctl, in fc_exch_abts_resp()
1698 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_abts_resp()
1707 switch (fh->fh_r_ctl) { in fc_exch_abts_resp()
1786 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
1793 fh->fh_r_ctl, in fc_exch_recv_bls()
1794 fc_exch_rctl_name(fh->fh_r_ctl)); in fc_exch_recv_bls()
1799 switch (fh->fh_r_ctl) { in fc_exch_recv_bls()
[all...]
H A Dfc_libfc.c178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
H A Dfc_lport.c1768 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 || in fc_lport_flogi_resp()
2043 fh->fh_r_ctl = FC_RCTL_ELS_REQ; in fc_lport_els_request()
2103 fh->fh_r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_lport_ct_request()
/kernel/linux/linux-5.10/include/scsi/
H A Dfc_frame.h234 return fc_frame_header_get(fp)->fh_r_ctl; in fc_frame_rctl()
/kernel/linux/linux-6.6/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; in efct_sframe_common_send()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c224 ntohs(fh->fh_ox_id), fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
226 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit_l2_frame()
242 (fh->fh_r_ctl == FC_RCTL_BA_ABTS)) in bnx2fc_xmit_l2_frame()
247 fh->fh_type, fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
294 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit()
591 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && in bnx2fc_recv_frame()
597 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ && in bnx2fc_recv_frame()
610 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) { in bnx2fc_recv_frame()
H A Dbnx2fc_hwi.c591 if ((fh->fh_r_ctl == FC_RCTL_ELS_REQ) || in bnx2fc_process_l2_frame_compl()
592 (fh->fh_r_ctl == FC_RCTL_ELS_REP)) { in bnx2fc_process_l2_frame_compl()
620 BNX2FC_HBA_DBG(lport, "fh_r_ctl = 0x%x\n", fh->fh_r_ctl); in bnx2fc_process_l2_frame_compl()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c226 ntohs(fh->fh_ox_id), fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
228 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit_l2_frame()
244 (fh->fh_r_ctl == FC_RCTL_BA_ABTS)) in bnx2fc_xmit_l2_frame()
249 fh->fh_type, fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
295 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in bnx2fc_xmit()
587 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && in bnx2fc_recv_frame()
593 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ && in bnx2fc_recv_frame()
606 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) { in bnx2fc_recv_frame()
H A Dbnx2fc_hwi.c591 if ((fh->fh_r_ctl == FC_RCTL_ELS_REQ) || in bnx2fc_process_l2_frame_compl()
592 (fh->fh_r_ctl == FC_RCTL_ELS_REP)) { in bnx2fc_process_l2_frame_compl()
620 BNX2FC_HBA_DBG(lport, "fh_r_ctl = 0x%x\n", fh->fh_r_ctl); in bnx2fc_process_l2_frame_compl()
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H A Dfc_fs.h22 __u8 fh_r_ctl; /* routing control */ member
49 * fh_r_ctl - Routing control definitions.
81 * Basic Link Services fh_r_ctl values.
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H A Dfc_fs.h22 __u8 fh_r_ctl; /* routing control */ member
49 * fh_r_ctl - Routing control definitions.
81 * Basic Link Services fh_r_ctl values.
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h10 __u8 fh_r_ctl; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h23 __u8 fh_r_ctl; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h23 __u8 fh_r_ctl; member
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c1042 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in qedf_xmit_l2_frame()
1134 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in qedf_xmit()
1230 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit()
2512 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && in qedf_recv_frame()
2518 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ && in qedf_recv_frame()
2531 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) { in qedf_recv_frame()
2598 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()
H A Dqedf_els.c344 fh->fh_r_ctl = FC_RCTL_ELS_REP; in qedf_process_l2_frame_compl()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c1043 (fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in qedf_xmit_l2_frame()
1134 if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ)) { in qedf_xmit()
1228 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit()
2514 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && in qedf_recv_frame()
2520 if (fh->fh_r_ctl == FC_RCTL_ELS_REQ && in qedf_recv_frame()
2533 if (fh->fh_r_ctl == FC_RCTL_BA_ABTS) { in qedf_recv_frame()
2600 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c468 if ((fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA) && in ixgbe_fcoe_ddp()

Completed in 48 milliseconds

12