Searched refs:efx_nic_alloc_buffer (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 65 return efx_nic_alloc_buffer(channel->efx, &channel->eventq, in efx_mcdi_ev_probe() 272 return efx_nic_alloc_buffer(rx_queue->efx, &rx_queue->rxd, in efx_mcdi_rx_probe()
|
H A D | nic_common.h | 234 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
|
H A D | nic.c | 31 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer, in efx_nic_alloc_buffer() function
|
H A D | ef100_tx.c | 26 return efx_nic_alloc_buffer(tx_queue->efx, &tx_queue->txd, in ef100_tx_probe()
|
H A D | tx.c | 44 efx_nic_alloc_buffer(tx_queue->efx, page_buf, PAGE_SIZE, in efx_tx_get_copy_buffer()
|
H A D | mcdi_mon.c | 338 rc = efx_nic_alloc_buffer( in efx_mcdi_mon_probe()
|
H A D | ef100_nic.c | 227 return efx_nic_alloc_buffer(channel->efx, &channel->eventq, in ef100_ev_probe() 1052 rc = efx_nic_alloc_buffer(efx, &nic_data->mcdi_buf, MCDI_BUF_LEN, in ef100_probe_main()
|
H A D | mcdi_port_common.c | 1232 rc = efx_nic_alloc_buffer(efx, &efx->stats_buffer, in efx_mcdi_mac_init_stats()
|
H A D | ef10.c | 538 rc = efx_nic_alloc_buffer(efx, &nic_data->mcdi_buf, in efx_ef10_probe() 1910 rc = efx_nic_alloc_buffer(efx, &stats_buf, dma_len, GFP_KERNEL); in efx_ef10_try_update_nic_stats_vf() 2212 return efx_nic_alloc_buffer(tx_queue->efx, &tx_queue->txd, in efx_ef10_tx_probe()
|
H A D | ptp.c | 1576 rc = efx_nic_alloc_buffer(efx, &ptp->start, sizeof(int), GFP_KERNEL); in efx_ptp_probe()
|