Searched defs:bfa_fcs_rpf_s (Results 1 – 1 of 1) sorted by relevance
535 struct bfa_fcs_rpf_s { struct536 bfa_fcs_rpf_sm_t sm; /* state machine */ argument537 struct bfa_fcs_rport_s *rport; /* parent rport */538 struct bfa_timer_s timer; /* general purpose timer */539 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */540 struct bfa_fcxp_wqe_s fcxp_wqe; /* fcxp wait queue element */541 int rpsc_retries; /* max RPSC retry attempts */542 enum bfa_port_speed rpsc_speed;544 enum bfa_port_speed assigned_speed;
Completed in 11 milliseconds