Lines Matching refs:iocmd_bufptr

163 	void	*iocmd_bufptr;  in bfad_iocmd_ioc_get_fwstats()  local
173 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_ioc_fwstats_s); in bfad_iocmd_ioc_get_fwstats()
175 iocmd->status = bfa_ioc_fw_stats_get(&bfad->bfa.ioc, iocmd_bufptr); in bfad_iocmd_ioc_get_fwstats()
332 void *iocmd_bufptr; in bfad_iocmd_port_get_stats() local
342 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_port_stats_s); in bfad_iocmd_port_get_stats()
347 iocmd_bufptr, bfad_hcb_comp, &fcomp); in bfad_iocmd_port_get_stats()
567 void *iocmd_bufptr; in bfad_iocmd_lport_get_rports() local
580 iocmd_bufptr = (char *)iocmd + in bfad_iocmd_lport_get_rports()
593 (struct bfa_rport_qualifier_s *)iocmd_bufptr, in bfad_iocmd_lport_get_rports()
885 void *iocmd_bufptr; in bfad_iocmd_fabric_get_lports() local
899 iocmd_bufptr = (char *)iocmd + in bfad_iocmd_fabric_get_lports()
909 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports); in bfad_iocmd_fabric_get_lports()
1389 void *iocmd_bufptr; in bfad_iocmd_cee_attr() local
1400 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_attr_s); in bfad_iocmd_cee_attr()
1406 iocmd->status = bfa_cee_get_attr(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_attr()
1426 void *iocmd_bufptr; in bfad_iocmd_cee_get_stats() local
1437 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_stats_s); in bfad_iocmd_cee_get_stats()
1443 iocmd->status = bfa_cee_get_stats(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_get_stats()
1560 void *iocmd_bufptr; in bfad_iocmd_flash_update_part() local
1571 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s); in bfad_iocmd_flash_update_part()
1576 iocmd->type, iocmd->instance, iocmd_bufptr, in bfad_iocmd_flash_update_part()
1593 void *iocmd_bufptr; in bfad_iocmd_flash_read_part() local
1603 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s); in bfad_iocmd_flash_read_part()
1608 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0, in bfad_iocmd_flash_read_part()
1927 void *iocmd_bufptr; in bfad_iocmd_phy_read() local
1937 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s); in bfad_iocmd_phy_read()
1941 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_read()
1977 void *iocmd_bufptr; in bfad_iocmd_phy_update() local
1988 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s); in bfad_iocmd_phy_update()
1992 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_update()
2007 void *iocmd_bufptr; in bfad_iocmd_porglog_get() local
2016 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s); in bfad_iocmd_porglog_get()
2017 memcpy(iocmd_bufptr, (u8 *) &bfad->plog_buf, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get()
2028 void *iocmd_bufptr; in bfad_iocmd_debug_fw_core() local
2046 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s); in bfad_iocmd_debug_fw_core()
2049 iocmd->status = bfa_ioc_debug_fwcore(&bfad->bfa.ioc, iocmd_bufptr, in bfad_iocmd_debug_fw_core()