Lines Matching defs:iocmd_bufptr

155 	void	*iocmd_bufptr;
165 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_ioc_fwstats_s);
167 iocmd->status = bfa_ioc_fw_stats_get(&bfad->bfa.ioc, iocmd_bufptr);
324 void *iocmd_bufptr;
334 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_port_stats_s);
339 iocmd_bufptr, bfad_hcb_comp, &fcomp);
559 void *iocmd_bufptr;
572 iocmd_bufptr = (char *)iocmd +
585 (struct bfa_rport_qualifier_s *)iocmd_bufptr,
877 void *iocmd_bufptr;
891 iocmd_bufptr = (char *)iocmd +
901 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports);
1381 void *iocmd_bufptr;
1392 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_attr_s);
1398 iocmd->status = bfa_cee_get_attr(&bfad->bfa.modules.cee, iocmd_bufptr,
1418 void *iocmd_bufptr;
1429 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_stats_s);
1435 iocmd->status = bfa_cee_get_stats(&bfad->bfa.modules.cee, iocmd_bufptr,
1552 void *iocmd_bufptr;
1563 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s);
1568 iocmd->type, iocmd->instance, iocmd_bufptr,
1585 void *iocmd_bufptr;
1595 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s);
1600 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0,
1919 void *iocmd_bufptr;
1929 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s);
1933 iocmd->instance, iocmd_bufptr, iocmd->bufsz,
1969 void *iocmd_bufptr;
1980 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s);
1984 iocmd->instance, iocmd_bufptr, iocmd->bufsz,
1999 void *iocmd_bufptr;
2008 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s);
2009 memcpy(iocmd_bufptr, (u8 *) &bfad->plog_buf, sizeof(struct bfa_plog_s));
2020 void *iocmd_bufptr;
2038 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s);
2041 iocmd->status = bfa_ioc_debug_fwcore(&bfad->bfa.ioc, iocmd_bufptr,