Searched refs:efx_siena_alloc_buffer (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/sfc/siena/ |
D | nic_common.h | 233 int efx_siena_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
|
D | siena_sriov.c | 1015 if (!efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) { in efx_siena_sriov_reset_vf_work() 1272 rc = efx_siena_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE, in efx_siena_sriov_vfs_init() 1306 rc = efx_siena_alloc_buffer(efx, &nic_data->vfdi_status, in efx_siena_sriov_init() 1567 if (efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) in efx_siena_sriov_reset()
|
D | tx.c | 36 efx_siena_alloc_buffer(tx_queue->efx, page_buf, PAGE_SIZE, in efx_tx_get_copy_buffer()
|
D | mcdi_mon.c | 339 rc = efx_siena_alloc_buffer(efx, &hwmon->dma_buf, in efx_siena_mcdi_mon_probe()
|
D | nic.c | 31 int efx_siena_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer, in efx_siena_alloc_buffer() function
|
D | siena.c | 304 rc = efx_siena_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic()
|
D | mcdi_port_common.c | 1228 rc = efx_siena_alloc_buffer(efx, &efx->stats_buffer, in efx_siena_mcdi_mac_init_stats()
|
D | ptp.c | 1455 rc = efx_siena_alloc_buffer(efx, &ptp->start, sizeof(int), GFP_KERNEL); in efx_ptp_probe()
|
D | farch.c | 236 if (efx_siena_alloc_buffer(efx, &buffer->buf, len, GFP_KERNEL)) in efx_alloc_special_buffer()
|