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