/drivers/i2c/muxes/ |
D | i2c-mux-gpio.c | 160 goto alloc_failed; in i2c_mux_gpio_probe() 190 goto alloc_failed; in i2c_mux_gpio_probe() 222 alloc_failed: in i2c_mux_gpio_probe()
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 92 u64 alloc_failed; member 310 u64 alloc_failed; member
|
D | fm10k_pci.c | 543 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local 587 alloc_failed += rx_ring->rx_stats.alloc_failed; in fm10k_update_stats() 600 interface->alloc_failed = alloc_failed; in fm10k_update_stats()
|
D | fm10k_main.c | 88 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page() 101 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page() 322 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
|
D | fm10k_ethtool.c | 56 FM10K_STAT("rx_alloc_failed", alloc_failed),
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
|
D | sge.c | 517 nomem: q->alloc_failed++; in refill_fl()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 130 unsigned long alloc_failed; /* # of buffer allocation failures */ member
|
D | sge.c | 679 fl->alloc_failed++; in refill_fl() 2367 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
|
D | cxgb4vf_main.c | 2220 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
|
/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 101 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()
|
/drivers/net/ethernet/intel/igc/ |
D | igc.h | 56 u64 alloc_failed; member
|
D | igc_main.c | 2144 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page() 2160 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page() 2569 rx_ring->rx_stats.alloc_failed++; in igc_clean_rx_irq() 2651 ring->rx_stats.alloc_failed++; in igc_dispatch_skb_zc()
|
D | igc_ethtool.c | 857 data[i + 4] = ring->rx_stats.alloc_failed; in igc_ethtool_get_stats()
|
/drivers/net/usb/ |
D | cdc_ncm.c | 1251 goto alloc_failed; in cdc_ncm_fill_tx_frame() 1271 goto alloc_failed; in cdc_ncm_fill_tx_frame() 1464 alloc_failed: in cdc_ncm_fill_tx_frame()
|
/drivers/net/ethernet/intel/igb/ |
D | igb.h | 303 u64 alloc_failed; member
|
D | igb_main.c | 8788 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq() 8859 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page() 8875 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
|
D | igb_ethtool.c | 2336 data[i+4] = ring->rx_stats.alloc_failed; in igb_get_ethtool_stats()
|
/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3054 goto alloc_failed; in fec_enet_alloc_queue() 3071 goto alloc_failed; in fec_enet_alloc_queue() 3080 goto alloc_failed; in fec_enet_alloc_queue() 3088 alloc_failed: in fec_enet_alloc_queue()
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1088 goto alloc_failed; in ixgb_set_multi() 1102 alloc_failed: in ixgb_set_multi()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2735 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()
|
D | cxgb4.h | 738 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
|
D | sge.c | 594 q->alloc_failed++; in refill_fl() 4496 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
|