Home
last modified time | relevance | path

Searched refs:EFSYS_KMEM_ALLOC (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_vpd.c44 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 Defx_mae.c258 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 Defx_bootcfg.c886 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 Defx_filter.c1294 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 Def10_proxy.c413 EFSYS_KMEM_ALLOC(enp, (MC_CMD_PROXY_CMD_IN_LEN + request_size), inbufp); in efx_mcdi_proxy_cmd()
H A Def10_nvram.c1386 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 Defx_evb.c332 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_vswitch_t), evp); in efx_evb_vswitch_create()
H A Dmcdi_mon.c579 EFSYS_KMEM_ALLOC(enp->en_esip, in mcdi_mon_cfg_build()
H A Dsiena_nvram.c338 EFSYS_KMEM_ALLOC(enp->en_esip, size, dcfg); in siena_nvram_get_dynamic_cfg()
H A Defx_mac.c436 EFSYS_KMEM_ALLOC(enp->en_esip,
H A Def10_filter.c134 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 Defx_nvram.c916 EFSYS_KMEM_ALLOC(enp->en_esip, payload_len, payload); in efx_mcdi_nvram_write()
H A Defx_nic.c271 EFSYS_KMEM_ALLOC(esip, sizeof (efx_nic_t), enp); in efx_nic_create()
H A Defx_tx.c386 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_txq_t), etp); in efx_tx_qcreate()
H A Defx_ev.c325 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_evq_t), eep); in efx_ev_qcreate()
H A Defx_rx.c875 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 Defsys.h633 #define EFSYS_KMEM_ALLOC(_esip, _size, _p) \ macro