Lines Matching full:qos

511  * QoS states
514 BFA_QOS_DISABLED = 0, /* QoS is disabled */
515 BFA_QOS_ONLINE = 1, /* QoS is online */
516 BFA_QOS_OFFLINE = 2, /* QoS is offline */
520 * QoS Priority levels.
524 BFA_QOS_HIGH = 1, /* QoS Priority Level High */
525 BFA_QOS_MED = 2, /* QoS Priority Level Medium */
526 BFA_QOS_LOW = 3, /* QoS Priority Level Low */
530 * QoS bandwidth allocation for each priority level
547 * QoS attribute returned in QoS Query
550 u8 state; /* QoS current state */
553 struct bfa_qos_bw_s qos_bw; /* QOS bw cfg */
554 struct bfa_qos_bw_s qos_bw_op; /* QOS bw operational */
602 * QoS statistics
605 u32 flogi_sent; /* QoS Flogi sent */
606 u32 flogi_acc_recvd; /* QoS Flogi Acc received */
607 u32 flogi_rjt_recvd; /* QoS Flogi rejects received */
608 u32 flogi_retries; /* QoS Flogi retries */
610 u32 elp_recvd; /* QoS ELP received */
611 u32 elp_accepted; /* QoS ELP Accepted */
612 u32 elp_rejected; /* QoS ELP rejected */
613 u32 elp_dropped; /* QoS ELP dropped */
615 u32 qos_rscn_recvd; /* QoS RSCN received */
671 * QoS or FCoE stats (fcport stats excluding physical FC port stats)
945 u8 qos_enabled; /* qos enabled or not */
959 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */
1097 struct bfa_qos_attr_s qos_attr; /* QoS Attributes */
1185 * Rport's QoS attributes
1188 u8 qos_priority; /* rport's QoS priority */
1190 u32 qos_flow_id; /* QoS flow Id */
1418 BFA_RPORT_AEN_QOS_PRIO = 4, /* QOS priority change event */
1419 BFA_RPORT_AEN_QOS_FLOWID = 5, /* QOS flow Id change event */
1429 struct bfa_rport_qos_attr_s qos; member