Home
last modified time | relevance | path

Searched refs:r_ctl (Results 1 – 25 of 104) sorted by relevance

12345

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fc.c464 fc_get_ftype (guint8 r_ctl, guint8 type) in fc_get_ftype() argument
469 switch (r_ctl & 0xF0) { in fc_get_ftype()
473 if ((r_ctl == 0x2) || (r_ctl == 0x3)) in fc_get_ftype()
492 if (((r_ctl & 0x0F) == 0x2) || ((r_ctl & 0x0F) == 0x3)) in fc_get_ftype()
696 fchdr->r_ctl = tvb_get_guint8 (tvb, offset); in dissect_fc_helper()
706 if (fchdr->r_ctl == FC_RCTL_VFT) { in dissect_fc_helper()
793 switch (fchdr->r_ctl & 0xF0) { in dissect_fc_helper()
802 fchdr->r_ctl, in dissect_fc_helper()
814 fchdr->r_ctl, in dissect_fc_helper()
879 fchdr->r_ctl, in dissect_fc_helper()
[all …]
H A Dpacket-fcp.c578 guint8 r_ctl; in dissect_fcp_srr() local
580 r_ctl = fchdr->r_ctl & 0xf; in dissect_fcp_srr()
623 guint8 r_ctl; in dissect_fcp() local
638 r_ctl = fchdr->r_ctl; in dissect_fcp()
639 els = (r_ctl & 0xf0) == FC_RCTL_LINK_DATA; in dissect_fcp()
640 r_ctl &= 0xF; in dissect_fcp()
673 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && (proto_data != NULL)) { in dissect_fcp()
678 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && in dissect_fcp()
687 if (r_ctl == FCP_IU_RSP) { in dissect_fcp()
696 if ((r_ctl != FCP_IU_RSP) && (r_ctl != FCP_IU_SOL_CTL) && in dissect_fcp()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fc.c464 fc_get_ftype (guint8 r_ctl, guint8 type) in fc_get_ftype() argument
469 switch (r_ctl & 0xF0) { in fc_get_ftype()
473 if ((r_ctl == 0x2) || (r_ctl == 0x3)) in fc_get_ftype()
492 if (((r_ctl & 0x0F) == 0x2) || ((r_ctl & 0x0F) == 0x3)) in fc_get_ftype()
696 fchdr->r_ctl = tvb_get_guint8 (tvb, offset); in dissect_fc_helper()
706 if (fchdr->r_ctl == FC_RCTL_VFT) { in dissect_fc_helper()
793 switch (fchdr->r_ctl & 0xF0) { in dissect_fc_helper()
802 fchdr->r_ctl, in dissect_fc_helper()
814 fchdr->r_ctl, in dissect_fc_helper()
879 fchdr->r_ctl, in dissect_fc_helper()
[all …]
H A Dpacket-fcp.c578 guint8 r_ctl; in dissect_fcp_srr() local
580 r_ctl = fchdr->r_ctl & 0xf; in dissect_fcp_srr()
623 guint8 r_ctl; in dissect_fcp() local
638 r_ctl = fchdr->r_ctl; in dissect_fcp()
639 els = (r_ctl & 0xf0) == FC_RCTL_LINK_DATA; in dissect_fcp()
640 r_ctl &= 0xF; in dissect_fcp()
673 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && (proto_data != NULL)) { in dissect_fcp()
678 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && in dissect_fcp()
687 if (r_ctl == FCP_IU_RSP) { in dissect_fcp()
696 if ((r_ctl != FCP_IU_RSP) && (r_ctl != FCP_IU_SOL_CTL) && in dissect_fcp()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fc.c464 fc_get_ftype (guint8 r_ctl, guint8 type) in fc_get_ftype() argument
469 switch (r_ctl & 0xF0) { in fc_get_ftype()
473 if ((r_ctl == 0x2) || (r_ctl == 0x3)) in fc_get_ftype()
492 if (((r_ctl & 0x0F) == 0x2) || ((r_ctl & 0x0F) == 0x3)) in fc_get_ftype()
696 fchdr->r_ctl = tvb_get_guint8 (tvb, offset); in dissect_fc_helper()
706 if (fchdr->r_ctl == FC_RCTL_VFT) { in dissect_fc_helper()
793 switch (fchdr->r_ctl & 0xF0) { in dissect_fc_helper()
802 fchdr->r_ctl, in dissect_fc_helper()
814 fchdr->r_ctl, in dissect_fc_helper()
879 fchdr->r_ctl, in dissect_fc_helper()
[all …]
H A Dpacket-fcp.c578 guint8 r_ctl; in dissect_fcp_srr() local
580 r_ctl = fchdr->r_ctl & 0xf; in dissect_fcp_srr()
623 guint8 r_ctl; in dissect_fcp() local
638 r_ctl = fchdr->r_ctl; in dissect_fcp()
639 els = (r_ctl & 0xf0) == FC_RCTL_LINK_DATA; in dissect_fcp()
640 r_ctl &= 0xF; in dissect_fcp()
673 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && (proto_data != NULL)) { in dissect_fcp()
678 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && in dissect_fcp()
687 if (r_ctl == FCP_IU_RSP) { in dissect_fcp()
696 if ((r_ctl != FCP_IU_RSP) && (r_ctl != FCP_IU_SOL_CTL) && in dissect_fcp()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fc.c464 fc_get_ftype (guint8 r_ctl, guint8 type)
469 switch (r_ctl & 0xF0) {
473 if ((r_ctl == 0x2) || (r_ctl == 0x3))
492 if (((r_ctl & 0x0F) == 0x2) || ((r_ctl & 0x0F) == 0x3))
696 fchdr->r_ctl = tvb_get_guint8 (tvb, offset);
706 if (fchdr->r_ctl == FC_RCTL_VFT) {
793 switch (fchdr->r_ctl & 0xF0) {
802 fchdr->r_ctl,
814 fchdr->r_ctl,
879 fchdr->r_ctl,
[all …]
H A Dpacket-fcp.c578 guint8 r_ctl; in dissect_fcp_srr() local
580 r_ctl = fchdr->r_ctl & 0xf; in dissect_fcp_srr()
623 guint8 r_ctl; in dissect_fcp() local
638 r_ctl = fchdr->r_ctl; in dissect_fcp()
639 els = (r_ctl & 0xf0) == FC_RCTL_LINK_DATA; in dissect_fcp()
640 r_ctl &= 0xF; in dissect_fcp()
673 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && (proto_data != NULL)) { in dissect_fcp()
678 if ((r_ctl != FCP_IU_CMD) && (r_ctl != FCP_IU_UNSOL_CTL) && in dissect_fcp()
687 if (r_ctl == FCP_IU_RSP) { in dissect_fcp()
696 if ((r_ctl != FCP_IU_RSP) && (r_ctl != FCP_IU_SOL_CTL) && in dissect_fcp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_elsct.c38 enum fc_rctl r_ctl; in fc_elsct_send() local
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
H A Dfc_libfc.c155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument
178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
H A Dfc_fcp.c784 u8 r_ctl; in fc_fcp_recv() local
793 r_ctl = fh->fh_r_ctl; in fc_fcp_recv()
797 lport->state, r_ctl); in fc_fcp_recv()
1518 enum fc_rctl r_ctl; in fc_fcp_rec_resp() local
1597 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1599 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1602 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1604 fc_fcp_srr(fsp, r_ctl, offset); in fc_fcp_rec_resp()
1628 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1630 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_elsct.c38 enum fc_rctl r_ctl; in fc_elsct_send() local
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
H A Dfc_libfc.c155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument
178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
H A Dfc_fcp.c784 u8 r_ctl; in fc_fcp_recv() local
793 r_ctl = fh->fh_r_ctl; in fc_fcp_recv()
797 lport->state, r_ctl); in fc_fcp_recv()
1518 enum fc_rctl r_ctl; in fc_fcp_rec_resp() local
1597 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1599 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1602 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1604 fc_fcp_srr(fsp, r_ctl, offset); in fc_fcp_rec_resp()
1628 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1630 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_elsct.c38 enum fc_rctl r_ctl; in fc_elsct_send() local
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
H A Dfc_libfc.c155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument
178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr()
211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
H A Dfc_fcp.c784 u8 r_ctl; in fc_fcp_recv() local
793 r_ctl = fh->fh_r_ctl; in fc_fcp_recv()
797 lport->state, r_ctl); in fc_fcp_recv()
1518 enum fc_rctl r_ctl; in fc_fcp_rec_resp() local
1597 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1599 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
1602 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1604 fc_fcp_srr(fsp, r_ctl, offset); in fc_fcp_rec_resp()
1628 r_ctl = FC_RCTL_DD_SOL_DATA; in fc_fcp_rec_resp()
1630 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/scsi/
H A Dfc_frame.h250 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() argument
254 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr()
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
268 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument
275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/scsi/
H A Dfc_frame.h250 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() argument
254 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr()
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
268 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument
275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/scsi/
H A Dfc_frame.h250 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() argument
254 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr()
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
268 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument
275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qedf/
H A Dqedf_els.c676 srr.srr_r_ctl = r_ctl; in qedf_send_srr()
697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument
723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup()
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
845 enum fc_rctl r_ctl; in qedf_rec_compl() local
949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl()
966 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
976 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl()
981 qedf_send_srr(orig_io_req, offset, r_ctl); in qedf_rec_compl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qedf/
H A Dqedf_els.c676 srr.srr_r_ctl = r_ctl; in qedf_send_srr()
697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument
723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup()
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
845 enum fc_rctl r_ctl; in qedf_rec_compl() local
949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl()
966 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
976 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl()
981 qedf_send_srr(orig_io_req, offset, r_ctl); in qedf_rec_compl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qedf/
H A Dqedf_els.c676 srr.srr_r_ctl = r_ctl; in qedf_send_srr()
697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument
723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup()
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
845 enum fc_rctl r_ctl; in qedf_rec_compl() local
949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl()
966 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
976 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl()
981 qedf_send_srr(orig_io_req, offset, r_ctl); in qedf_rec_compl()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/
H A Dfc.c462 unsigned int r_ctl; in fc_xchg_tx() local
478 r_ctl = FC_R_CTL_ELS; in fc_xchg_tx()
480 r_ctl |= FC_R_CTL_SOL_CTRL; in fc_xchg_tx()
482 r_ctl |= FC_R_CTL_UNSOL_CTRL; in fc_xchg_tx()
486 r_ctl = FC_R_CTL_DATA; in fc_xchg_tx()
488 r_ctl |= FC_R_CTL_SOL_CTRL; in fc_xchg_tx()
494 r_ctl = FC_R_CTL_DATA; in fc_xchg_tx()
498 r_ctl |= FC_R_CTL_CMD_STAT; in fc_xchg_tx()
501 r_ctl |= FC_R_CTL_UNSOL_CMD; in fc_xchg_tx()
504 r_ctl |= FC_R_CTL_SOL_DATA; in fc_xchg_tx()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/
H A Dfc.c462 unsigned int r_ctl; in fc_xchg_tx() local
478 r_ctl = FC_R_CTL_ELS; in fc_xchg_tx()
480 r_ctl |= FC_R_CTL_SOL_CTRL; in fc_xchg_tx()
482 r_ctl |= FC_R_CTL_UNSOL_CTRL; in fc_xchg_tx()
486 r_ctl = FC_R_CTL_DATA; in fc_xchg_tx()
488 r_ctl |= FC_R_CTL_SOL_CTRL; in fc_xchg_tx()
494 r_ctl = FC_R_CTL_DATA; in fc_xchg_tx()
498 r_ctl |= FC_R_CTL_CMD_STAT; in fc_xchg_tx()
501 r_ctl |= FC_R_CTL_UNSOL_CMD; in fc_xchg_tx()
504 r_ctl |= FC_R_CTL_SOL_DATA; in fc_xchg_tx()
[all …]

12345