Home
last modified time | relevance | path

Searched refs:efx_nic_alloc_buffer (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/sfc/
Dsiena_sriov.c1016 if (!efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) { in efx_siena_sriov_reset_vf_work()
1273 rc = efx_nic_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE, in efx_siena_sriov_vfs_init()
1307 rc = efx_nic_alloc_buffer(efx, &nic_data->vfdi_status, in efx_siena_sriov_init()
1568 if (efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) in efx_siena_sriov_reset()
Dnic.c34 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer, in efx_nic_alloc_buffer() function
Dmcdi_mon.c341 rc = efx_nic_alloc_buffer( in efx_mcdi_mon_probe()
Dnic.h785 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
Def10.c576 rc = efx_nic_alloc_buffer(efx, &nic_data->mcdi_buf, in efx_ef10_probe()
1790 rc = efx_nic_alloc_buffer(efx, &stats_buf, dma_len, GFP_ATOMIC); in efx_ef10_try_update_nic_stats_vf()
2073 return efx_nic_alloc_buffer(tx_queue->efx, &tx_queue->txd.buf, in efx_ef10_tx_probe()
2473 return efx_nic_alloc_buffer(rx_queue->efx, &rx_queue->rxd.buf, in efx_ef10_rx_probe()
2629 return efx_nic_alloc_buffer(channel->efx, &channel->eventq.buf, in efx_ef10_ev_probe()
Dsiena.c292 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic()
Dmcdi_port.c1010 rc = efx_nic_alloc_buffer(efx, &efx->stats_buffer, in efx_mcdi_port_probe()
Dfalcon.c1720 rc = efx_nic_alloc_buffer(efx, &efx->stats_buffer, in falcon_probe_port()
2353 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in falcon_probe_nic()
Dtx.c899 efx_nic_alloc_buffer(tx_queue->efx, page_buf, PAGE_SIZE, in efx_tsoh_get_buffer()
Dptp.c1232 rc = efx_nic_alloc_buffer(efx, &ptp->start, sizeof(int), GFP_KERNEL); in efx_ptp_probe()
Dfarch.c237 if (efx_nic_alloc_buffer(efx, &buffer->buf, len, GFP_KERNEL)) in efx_alloc_special_buffer()