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