Lines Matching refs:_lport
254 #define bfa_fcs_lport_get_fcid(_lport) ((_lport)->pid) argument
255 #define bfa_fcs_lport_get_pwwn(_lport) ((_lport)->port_cfg.pwwn) argument
256 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn) argument
257 #define bfa_fcs_lport_get_psym_name(_lport) ((_lport)->port_cfg.sym_name) argument
258 #define bfa_fcs_lport_get_nsym_name(_lport) ((_lport)->port_cfg.node_sym_name) argument
259 #define bfa_fcs_lport_is_initiator(_lport) \ argument
260 ((_lport)->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
261 #define bfa_fcs_lport_get_nrports(_lport) \ argument
262 ((_lport) ? (_lport)->num_rports : 0)
270 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type) argument
271 #define bfa_fcs_lport_get_fabric_name(_lport) ((_lport)->fabric->fabric_name) argument
272 #define bfa_fcs_lport_get_fabric_ipaddr(_lport) \ argument
273 ((_lport)->fabric->fabric_ip_addr)