Searched refs:lp_tag (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcpim.h309 struct bfa_itnim_iostats_s *stats, u8 lp_tag);
415 wwn_t rp_wwn, u16 rp_tag, u8 lp_tag);
H A Dbfa_svc.h148 u8 lp_tag; /* lport tag */ member in struct:bfa_fcxp_req_info_s
285 lp_tag:8; /* tag */ member in struct:bfa_rport_info_s
635 u16 vf_id, u8 lp_tag,
679 u8 bfa_lps_get_fwtag(struct bfa_s *bfa, u8 lp_tag);
H A Dbfa_fcs_rport.c1730 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1852 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1882 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1952 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2103 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2137 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2207 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2244 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2279 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
2298 rport_info.lp_tag
[all...]
H A Dbfa_fcs_lport.c393 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
427 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
572 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
629 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
737 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
1076 lport->lp_tag = (vport) ? vport->lps->bfa_tag :
1887 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2220 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2541 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
3152 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALS
[all...]
H A Dbfa_fcpim.c430 struct bfa_itnim_iostats_s *stats, u8 lp_tag)
440 if (itnim->rport->rport_info.lp_tag != lp_tag)
2119 lunm_list[i].lp_tag = BFA_LP_TAG_INVALID;
2183 u16 rp_tag, u8 lp_tag)
2197 lun_list[i].lp_tag = lp_tag;
2317 lunm_list[free_index].lp_tag = bfa_lps_get_tag_from_pid(bfa,
2321 lunm_list[free_index].lp_tag = BFA_LP_TAG_INVALID;
2383 lunm_list[i].lp_tag
429 bfa_fcpim_port_iostats(struct bfa_s *bfa, struct bfa_itnim_iostats_s *stats, u8 lp_tag) argument
2182 bfa_fcpim_lunmask_rp_update(struct bfa_s *bfa, wwn_t lp_wwn, wwn_t rp_wwn, u16 rp_tag, u8 lp_tag) argument
[all...]
H A Dbfa_svc.c865 send_req->lp_fwtag = bfa_lps_get_fwtag(bfa, reqi->lp_tag);
1039 * @param[in] lp_tag lport tag
1056 u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos,
1072 reqi->lp_tag = lp_tag;
1986 bfa_lps_get_fwtag(struct bfa_s *bfa, u8 lp_tag) argument
1990 return BFA_LPS_FROM_TAG(mod, lp_tag)->fw_tag;
5014 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag);
5215 u8 lp_tag = (u8)rp->rport_info.lp_tag; local
1055 bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport, u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos, u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, void *cbarg, u32 rsp_maxlen, u8 rsp_timeout) argument
[all...]
H A Dbfa_fcs_fcpim.c472 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfad_im.c937 lun_list[i].lp_tag == (u8)bfa_rport->rport_info.lp_tag) {
H A Dbfad_bsg.c523 if (itnim->rport->rport_info.lp_tag != fcs_port->lp_tag)
551 fcs_port->lp_tag);
3320 uint8_t lp_tag; local
3340 lp_tag = bfa_lps_get_tag_from_pid(&bfad->bfa, bsg_fcpt->fchs.s_id);
3342 bfa_fcxp_send(hal_fcxp, drv_fcxp->bfa_rport, bsg_fcpt->vf_id, lp_tag,
H A Dbfa_defs_svc.h918 u8 lp_tag; member in struct:bfa_lun_mask_s
H A Dbfa_fcs.h149 u8 lp_tag; /* lport tag */ member in struct:bfa_fcs_lport_s

Completed in 179 milliseconds