Home
last modified time | relevance | path

Searched refs:alloc_failed (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.h90 u64 alloc_failed; member
96 u64 alloc_failed; member
H A Dfbnic_netdev.c584 alloc_fail = stats->rx.alloc_failed; in fbnic_get_queue_stats_rx()
592 alloc_fail_bdq = stats->bdq.alloc_failed; in fbnic_get_queue_stats_rx()
599 alloc_fail_bdq = stats->bdq.alloc_failed; in fbnic_get_queue_stats_rx()
680 rx->alloc_fail = fbn->rx_stats.rx.alloc_failed + in fbnic_get_base_stats()
681 fbn->bdq_stats.bdq.alloc_failed; in fbnic_get_base_stats()
H A Dfbnic_txrx.c909 bdq->stats.bdq.alloc_failed++; in fbnic_fill_bdq()
1232 unsigned int packets = 0, bytes = 0, dropped = 0, alloc_failed = 0; in fbnic_clean_rcq() local
1296 alloc_failed++; in fbnic_clean_rcq()
1327 rcq->stats.rx.alloc_failed += alloc_failed; in fbnic_clean_rcq()
1411 fbn->rx_stats.rx.alloc_failed += stats->rx.alloc_failed; in fbnic_aggregate_ring_rx_counters()
1425 fbn->bdq_stats.bdq.alloc_failed += stats->bdq.alloc_failed; in fbnic_aggregate_ring_bdq_counters()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c309 goto alloc_failed; in tsnep_tx_ring_create()
329 alloc_failed: in tsnep_tx_ring_create()
1171 bool alloc_failed = false; in tsnep_rx_alloc() local
1174 for (i = 0; i < count && !alloc_failed; i++) { in tsnep_rx_alloc()
1178 rx->alloc_failed++; in tsnep_rx_alloc()
1179 alloc_failed = true; in tsnep_rx_alloc()
1240 rx->alloc_failed++; in tsnep_rx_alloc_zc()
1689 goto alloc_failed; in tsnep_rx_open()
1698 goto alloc_failed; in tsnep_rx_open()
1703 alloc_failed: in tsnep_rx_open()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h92 u64 alloc_failed; member
311 u64 alloc_failed; member
H A Dfm10k_main.c87 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
100 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
321 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
/linux/security/keys/
H A Drequest_key.c399 goto alloc_failed; in construct_alloc_key()
480 alloc_failed: in construct_alloc_key()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
H A Dsge.c514 nomem: q->alloc_failed++; in refill_fl()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h131 unsigned long alloc_failed; /* # of buffer allocation failures */ member
H A Dsge.c679 fl->alloc_failed++; in refill_fl()
2364 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
H A Dcxgb4vf_main.c2224 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c101 goto alloc_failed; in alloc_mcc_wrb()
105 goto alloc_failed; in alloc_mcc_wrb()
114 goto alloc_failed; in alloc_mcc_wrb()
136 alloc_failed: in alloc_mcc_wrb()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_xsk.c417 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq_zc()
H A Digb_main.c9109 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq()
9170 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
9187 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
H A Digb_ethtool.c2337 data[i+4] = ring->rx_stats.alloc_failed; in igb_get_ethtool_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h66 u64 alloc_failed; member
H A Digc_main.c2216 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
2233 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
2689 rx_ring->rx_stats.alloc_failed++; in igc_clean_rx_irq()
2776 ring->rx_stats.alloc_failed++; in igc_dispatch_skb_zc()
H A Digc_ethtool.c866 data[i + 4] = ring->rx_stats.alloc_failed; in igc_ethtool_get_stats()
/linux/drivers/net/usb/
H A Dcdc_ncm.c1256 goto alloc_failed; in cdc_ncm_fill_tx_frame()
1276 goto alloc_failed; in cdc_ncm_fill_tx_frame()
1469 alloc_failed: in cdc_ncm_fill_tx_frame()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c3958 goto alloc_failed; in fec_enet_alloc_queue()
3973 goto alloc_failed; in fec_enet_alloc_queue()
3981 goto alloc_failed; in fec_enet_alloc_queue()
3989 alloc_failed: in fec_enet_alloc_queue()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2735 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2787 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2846 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
H A Dsge.c594 q->alloc_failed++; in refill_fl()
4485 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()