Searched refs:bnxt_alloc_mem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 4221 static int bnxt_alloc_mem(struct bnxt *bp, bool irq_re_init) in bnxt_alloc_mem() function 9836 rc = bnxt_alloc_mem(bp, irq_re_init); in __bnxt_open_nic() 9838 netdev_err(bp->dev, "bnxt_alloc_mem err: %x\n", rc); in __bnxt_open_nic() 9930 rc = bnxt_alloc_mem(bp, false); in bnxt_half_open_nic() 9932 netdev_err(bp->dev, "bnxt_alloc_mem err: %x\n", rc); in bnxt_half_open_nic()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 4521 static int bnxt_alloc_mem(struct bnxt *bp, bool irq_re_init) in bnxt_alloc_mem() function 10492 rc = bnxt_alloc_mem(bp, irq_re_init); in __bnxt_open_nic() 10494 netdev_err(bp->dev, "bnxt_alloc_mem err: %x\n", rc); in __bnxt_open_nic() 10596 rc = bnxt_alloc_mem(bp, true); in bnxt_half_open_nic() 10598 netdev_err(bp->dev, "bnxt_alloc_mem err: %x\n", rc); in bnxt_half_open_nic()
|
Completed in 31 milliseconds