Lines Matching refs:la_wwn_t

153     int type, la_wwn_t *dhostp);
206 la_wwn_t *pwwn, int matchflag);
216 la_wwn_t *dlphys);
226 static int fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag);
231 static int fcip_set_wwn(la_wwn_t *pwwn);
274 static struct fcip_dest *fcip_do_farp(struct fcip *fptr, la_wwn_t *pwwn,
318 bzero((void *)(W), sizeof (la_wwn_t)); \
511 * ushort_t + sizeof (la_wwn_t) for Fibre Channel ports.
779 la_wwn_t *ww_pn = NULL;
874 sizeof (la_wwn_t));
876 sizeof (la_wwn_t));
1371 (void *)&frp->fcipr_pwwn, sizeof (la_wwn_t));
1373 sizeof (la_wwn_t));
1409 &frp->fcipr_pwwn, sizeof (la_wwn_t));
1419 fcip_lookup_rtable(struct fcip *fptr, la_wwn_t *wwn, int matchflag)
1429 &wwn->raw_wwn, sizeof (la_wwn_t));
1442 &(frp->fcipr_nwwn.raw_wwn), sizeof (la_wwn_t));
1929 la_wwn_t *pwwn;
2689 sizeof (la_wwn_t));
2691 sizeof (la_wwn_t));
2781 sizeof (la_wwn_t));
2783 sizeof (la_wwn_t));
3149 sizeof (la_wwn_t));
3151 sizeof (la_wwn_t));
3302 la_wwn_t *dhostp;
3390 fcip_accept(struct fcipstr *slp, struct fcip *fptr, int type, la_wwn_t *dhostp)
5125 la_wwn_t *ep;
5171 ep = (la_wwn_t *)(mp->b_rptr + dlip->dl_brdcst_addr_offset);
5196 la_wwn_t wwn;
5264 la_wwn_t wwn;
5274 bcopy(&wwn, &headerp->net_dest_addr, sizeof (la_wwn_t));
5276 bcopy(&wwn, &headerp->net_src_addr, sizeof (la_wwn_t));
5293 la_wwn_t wwn;
5308 bcopy(&wwn, &headerp->net_dest_addr, sizeof (la_wwn_t));
5311 sizeof (la_wwn_t));
5618 la_wwn_t wwn;
5683 fcip_ns_cmd.ns_req_len = sizeof (la_wwn_t);
5703 fcip_set_wwn(la_wwn_t *pwwn)
5732 la_wwn_t wwn;
5805 bcopy(&wwn, &headerp->net_dest_addr, sizeof (la_wwn_t));
5806 bcopy(&fport->fcipp_pwwn, &headerp->net_src_addr, sizeof (la_wwn_t));
5917 fcip_get_dest(struct fcip *fptr, la_wwn_t *pwwn)
5925 la_wwn_t twwn;
6001 bcopy(pwwn, &twwn, sizeof (la_wwn_t));
6088 fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag)
6119 la_wwn_t *pwwn;
6203 fcip_do_farp(struct fcip *fptr, la_wwn_t *pwwn, char *ip_addr,
6214 la_wwn_t broadcast_wwn;
6275 bcopy(&fport->fcipp_pwwn, &fcmd->req_pwwn, sizeof (la_wwn_t));
6276 bcopy(&fport->fcipp_nwwn, &fcmd->req_nwwn, sizeof (la_wwn_t));
6277 bcopy(pwwn, &fcmd->resp_pwwn, sizeof (la_wwn_t));
7040 la_wwn_t broadcast_wwn;
7049 bcopy((void *)&broadcast_wwn, (void *)&map.map_pwwn, sizeof (la_wwn_t));
7050 bcopy((void *)&broadcast_wwn, (void *)&map.map_nwwn, sizeof (la_wwn_t));
7080 bcopy((void *)&broadcast_wwn, (void *)&map.map_pwwn, sizeof (la_wwn_t));
7081 bcopy((void *)&broadcast_wwn, (void *)&map.map_nwwn, sizeof (la_wwn_t));
7423 la_wwn_t *pwwn;