/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 291 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 482 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 1021 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp() 1051 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip() 1179 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig() 1308 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack() 1314 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack() 1387 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt() 1394 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt() 1609 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp() [all...] |
H A D | fc_libfc.c | 182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
|
H A D | fc_lport.c | 1923 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp() 1973 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request() 2033 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 290 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 481 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 1019 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp() 1049 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip() 1177 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig() 1306 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack() 1312 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack() 1385 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt() 1392 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt() 1607 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp() [all...] |
H A D | fc_libfc.c | 182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
|
H A D | fc_lport.c | 1997 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp() 2047 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request() 2107 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 217 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data() 220 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
|
H A D | tfc_cmd.c | 207 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 216 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data() 219 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
|
H A D | tfc_cmd.c | 206 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_unsol.c | 172 if (ntoh24(fchdr->fh_f_ctl) & FC_FC_RES_B17) in efct_populate_io_fcp_cmd() 245 hton24(hdr.fh_f_ctl, f_ctl); in efct_sframe_common_send()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 94 ((fc_hdr)->fh_f_ctl[0] << 16 | \ 95 (fc_hdr)->fh_f_ctl[1] << 8 | \ 96 (fc_hdr)->fh_f_ctl[2])
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 94 ((fc_hdr)->fh_f_ctl[0] << 16 | \ 95 (fc_hdr)->fh_f_ctl[1] << 8 | \ 96 (fc_hdr)->fh_f_ctl[2])
|
/kernel/linux/linux-5.10/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 29 __u8 fh_f_ctl[3]; /* frame control */ member 206 * fh_f_ctl - Frame control flags.
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | fc_frame.h | 259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
|
/kernel/linux/linux-6.6/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 29 __u8 fh_f_ctl[3]; /* frame control */ member 206 * fh_f_ctl - Frame control flags.
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 15 __u8 fh_f_ctl[3]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 28 __u8 fh_f_ctl[3]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 28 __u8 fh_f_ctl[3]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp() 559 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp() 559 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_domain.c | 1035 if ((!(ntoh24(hdr->fh_f_ctl) & FC_FC_END_SEQ)) || in efc_node_dispatch_frame() 1036 !(ntoh24(hdr->fh_f_ctl) & FC_FC_SEQ_INIT)) { in efc_node_dispatch_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 347 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_encode.h | 52 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 347 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
|