Lines Matching refs:iocmd_bufptr
162 void *iocmd_bufptr; in bfad_iocmd_ioc_get_fwstats() local
172 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_ioc_fwstats_s); in bfad_iocmd_ioc_get_fwstats()
174 iocmd->status = bfa_ioc_fw_stats_get(&bfad->bfa.ioc, iocmd_bufptr); in bfad_iocmd_ioc_get_fwstats()
331 void *iocmd_bufptr; in bfad_iocmd_port_get_stats() local
341 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_port_stats_s); in bfad_iocmd_port_get_stats()
346 iocmd_bufptr, bfad_hcb_comp, &fcomp); in bfad_iocmd_port_get_stats()
566 void *iocmd_bufptr; in bfad_iocmd_lport_get_rports() local
579 iocmd_bufptr = (char *)iocmd + in bfad_iocmd_lport_get_rports()
592 (struct bfa_rport_qualifier_s *)iocmd_bufptr, in bfad_iocmd_lport_get_rports()
884 void *iocmd_bufptr; in bfad_iocmd_fabric_get_lports() local
898 iocmd_bufptr = (char *)iocmd + in bfad_iocmd_fabric_get_lports()
908 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports); in bfad_iocmd_fabric_get_lports()
1388 void *iocmd_bufptr; in bfad_iocmd_cee_attr() local
1399 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_attr_s); in bfad_iocmd_cee_attr()
1405 iocmd->status = bfa_cee_get_attr(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_attr()
1425 void *iocmd_bufptr; in bfad_iocmd_cee_get_stats() local
1436 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_cee_stats_s); in bfad_iocmd_cee_get_stats()
1442 iocmd->status = bfa_cee_get_stats(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_get_stats()
1559 void *iocmd_bufptr; in bfad_iocmd_flash_update_part() local
1570 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s); in bfad_iocmd_flash_update_part()
1575 iocmd->type, iocmd->instance, iocmd_bufptr, in bfad_iocmd_flash_update_part()
1592 void *iocmd_bufptr; in bfad_iocmd_flash_read_part() local
1602 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_flash_s); in bfad_iocmd_flash_read_part()
1607 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0, in bfad_iocmd_flash_read_part()
1926 void *iocmd_bufptr; in bfad_iocmd_phy_read() local
1936 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s); in bfad_iocmd_phy_read()
1940 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_read()
1976 void *iocmd_bufptr; in bfad_iocmd_phy_update() local
1987 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_phy_s); in bfad_iocmd_phy_update()
1991 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_update()
2006 void *iocmd_bufptr; in bfad_iocmd_porglog_get() local
2015 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s); in bfad_iocmd_porglog_get()
2016 memcpy(iocmd_bufptr, (u8 *) &bfad->plog_buf, sizeof(struct bfa_plog_s)); in bfad_iocmd_porglog_get()
2027 void *iocmd_bufptr; in bfad_iocmd_debug_fw_core() local
2045 iocmd_bufptr = (char *)iocmd + sizeof(struct bfa_bsg_debug_s); in bfad_iocmd_debug_fw_core()
2048 iocmd->status = bfa_ioc_debug_fwcore(&bfad->bfa.ioc, iocmd_bufptr, in bfad_iocmd_debug_fw_core()