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

/drivers/scsi/bfa/
H A Dbfa_svc.h145 u8 lp_tag; /* lport tag */ member in struct:bfa_fcxp_req_info_s
281 lp_tag:8; /* tag */ member in struct:bfa_rport_info_s
613 u16 vf_id, u8 lp_tag,
657 u8 bfa_lps_get_fwtag(struct bfa_s *bfa, u8 lp_tag);
H A Dbfa_fcs_rport.c1387 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1508 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1537 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1606 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1756 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1790 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1860 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1897 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1932 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
1951 rport_info.lp_tag
[all...]
H A Dbfa_fcpim.h305 struct bfa_itnim_iostats_s *stats, u8 lp_tag);
411 wwn_t rp_wwn, u16 rp_tag, u8 lp_tag);
H A Dbfa_fcs_lport.c351 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
385 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
530 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
587 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
695 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
976 lport->lp_tag = (vport) ? vport->lps->bfa_tag :
1683 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1957 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2170 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2755 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALS
[all...]
H A Dbfa_svc.c829 send_req->lp_fwtag = bfa_lps_get_fwtag(bfa, reqi->lp_tag);
1001 * @param[in] lp_tag lport tag
1018 u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos,
1034 reqi->lp_tag = lp_tag;
1931 bfa_lps_get_fwtag(struct bfa_s *bfa, u8 lp_tag) argument
1935 return BFA_LPS_FROM_TAG(mod, lp_tag)->fw_tag;
4560 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag);
4744 u8 lp_tag = (u8)rp->rport_info.lp_tag; local
1017 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_fcpim.c429 struct bfa_itnim_iostats_s *stats, u8 lp_tag)
439 if (itnim->rport->rport_info.lp_tag != lp_tag)
2108 lunm_list[i].lp_tag = BFA_LP_TAG_INVALID;
2172 u16 rp_tag, u8 lp_tag)
2186 lun_list[i].lp_tag = lp_tag;
2306 lunm_list[free_index].lp_tag = bfa_lps_get_tag_from_pid(bfa,
2310 lunm_list[free_index].lp_tag = BFA_LP_TAG_INVALID;
2372 lunm_list[i].lp_tag
428 bfa_fcpim_port_iostats(struct bfa_s *bfa, struct bfa_itnim_iostats_s *stats, u8 lp_tag) argument
2171 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_fcs.h147 u8 lp_tag; /* lport tag */ member in struct:bfa_fcs_lport_s
H A Dbfa_fcs_fcpim.c441 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfad_im.c943 lun_list[i].lp_tag == (u8)bfa_rport->rport_info.lp_tag) {
H A Dbfad_bsg.c488 if (itnim->rport->rport_info.lp_tag != fcs_port->lp_tag)
516 fcs_port->lp_tag);
2947 uint8_t lp_tag; local
2967 lp_tag = bfa_lps_get_tag_from_pid(&bfad->bfa, bsg_fcpt->fchs.s_id);
2969 bfa_fcxp_send(hal_fcxp, drv_fcxp->bfa_rport, bsg_fcpt->vf_id, lp_tag,
H A Dbfa_defs_svc.h825 u8 lp_tag; member in struct:bfa_lun_mask_s

Completed in 157 milliseconds