Searched refs:efx_nic_alloc_buffer (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | siena.c | 109 rc = efx_nic_alloc_buffer(efx, &efx->stats_buffer, in siena_probe_port() 339 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t)); in siena_probe_nic()
|
D | siena_sriov.c | 1007 if (!efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE)) { in efx_sriov_reset_vf_work() 1251 rc = efx_nic_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE); in efx_sriov_vfs_init() 1283 rc = efx_nic_alloc_buffer(efx, &efx->vfdi_status, sizeof(*vfdi_status)); in efx_sriov_init() 1538 if (efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE)) in efx_sriov_reset()
|
D | nic.h | 358 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
|
D | mcdi_mon.c | 265 rc = efx_nic_alloc_buffer(efx, &hwmon->dma_buf, in efx_mcdi_mon_probe()
|
D | falcon.c | 863 rc = efx_nic_alloc_buffer(efx, &efx->stats_buffer, in falcon_probe_port() 1481 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t)); in falcon_probe_nic()
|
D | tx.c | 711 efx_nic_alloc_buffer(tx_queue->efx, page_buf, PAGE_SIZE)) in efx_tsoh_get_buffer()
|
D | ptp.c | 875 rc = efx_nic_alloc_buffer(efx, &ptp->start, sizeof(int)); in efx_ptp_probe_channel()
|
D | nic.c | 304 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer, in efx_nic_alloc_buffer() function
|