Lines Matching defs:bfa_lps_s
391 struct bfa_lps_s { struct
392 struct list_head qe; /* queue element */
393 struct bfa_s *bfa; /* parent bfa instance */
394 bfa_sm_t sm; /* finite state machine */
395 u8 bfa_tag; /* lport tag */
396 u8 fw_tag; /* lport fw tag */
397 u8 reqq; /* lport request queue */
398 u8 alpa; /* ALPA for loop topologies */
399 u32 lp_pid; /* lport port ID */
400 bfa_boolean_t fdisc; /* snd FDISC instead of FLOGI */
401 bfa_boolean_t auth_en; /* enable authentication */
402 bfa_boolean_t auth_req; /* authentication required */
403 bfa_boolean_t npiv_en; /* NPIV is allowed by peer */
404 bfa_boolean_t fport; /* attached peer is F_PORT */
405 bfa_boolean_t brcd_switch; /* attached peer is brcd sw */
429 struct bfa_lps_s *lps_arr; argument