| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_vpd.c | 44 EFSYS_KMEM_ALLOC(enp->en_esip, size, scfg); in siena_vpd_get_static() 97 EFSYS_KMEM_ALLOC(enp->en_esip, vpd_length, svpd); in siena_vpd_get_static()
|
| H A D | efx_mae.c | 258 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*maep), maep); in efx_mae_init() 271 EFSYS_KMEM_ALLOC(enp->en_esip, or_fcaps_size, or_fcaps); in efx_mae_init() 285 EFSYS_KMEM_ALLOC(enp->en_esip, ar_fcaps_size, ar_fcaps); in efx_mae_init() 384 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*spec), spec); in efx_mae_match_spec_init() 895 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*spec), spec); in efx_mae_action_set_spec_init()
|
| H A D | efx_bootcfg.c | 886 EFSYS_KMEM_ALLOC(enp->en_esip, sector_length, payload); in efx_bootcfg_read() 1053 EFSYS_KMEM_ALLOC(enp->en_esip, partn_length, partn_data); in efx_bootcfg_write()
|
| H A D | efx_filter.c | 1294 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (siena_filter_t), sfp); in siena_filter_init() 1335 EFSYS_KMEM_ALLOC(enp->en_esip, bitmap_size, sftp->sft_bitmap); in siena_filter_init() 1341 EFSYS_KMEM_ALLOC(enp->en_esip, in siena_filter_init()
|
| H A D | ef10_proxy.c | 413 EFSYS_KMEM_ALLOC(enp, (MC_CMD_PROXY_CMD_IN_LEN + request_size), inbufp); in efx_mcdi_proxy_cmd()
|
| H A D | ef10_nvram.c | 1386 EFSYS_KMEM_ALLOC(enp->en_esip, length, data); in ef10_nvram_buf_read_tlv() 1436 EFSYS_KMEM_ALLOC(enp->en_esip, partn_size, seg_data); in ef10_nvram_partn_read_tlv() 1857 EFSYS_KMEM_ALLOC(enp->en_esip, partn_size, partn_data); in ef10_nvram_partn_write_segment_tlv() 2453 EFSYS_KMEM_ALLOC(enp->en_esip, size, partns); in ef10_nvram_test()
|
| H A D | efx_evb.c | 332 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_vswitch_t), evp); in efx_evb_vswitch_create()
|
| H A D | mcdi_mon.c | 579 EFSYS_KMEM_ALLOC(enp->en_esip, in mcdi_mon_cfg_build()
|
| H A D | siena_nvram.c | 338 EFSYS_KMEM_ALLOC(enp->en_esip, size, dcfg); in siena_nvram_get_dynamic_cfg()
|
| H A D | efx_mac.c | 436 EFSYS_KMEM_ALLOC(enp->en_esip,
|
| H A D | ef10_filter.c | 134 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (ef10_filter_table_t), eftp); in ef10_filter_init() 925 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*new_spec), new_spec); in ef10_filter_add_internal()
|
| H A D | efx_nvram.c | 916 EFSYS_KMEM_ALLOC(enp->en_esip, payload_len, payload); in efx_mcdi_nvram_write()
|
| H A D | efx_nic.c | 271 EFSYS_KMEM_ALLOC(esip, sizeof (efx_nic_t), enp); in efx_nic_create()
|
| H A D | efx_tx.c | 386 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_txq_t), etp); in efx_tx_qcreate()
|
| H A D | efx_ev.c | 325 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_evq_t), eep); in efx_ev_qcreate()
|
| H A D | efx_rx.c | 875 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_rxq_t), erp); in efx_rx_qcreate_internal()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 633 #define EFSYS_KMEM_ALLOC(_esip, _size, _p) \ macro
|