Searched refs:free_txqs (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | ipoib_tx.c | 735 goto free_txqs; in hfi1_ipoib_txreq_init() 746 goto free_txqs; in hfi1_ipoib_txreq_init() 754 free_txqs: in hfi1_ipoib_txreq_init()
|
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_main.c | 350 static void free_txqs(struct funeth_txq **txqs, unsigned int nqs, in free_txqs() function 371 free_txqs(txqs, nqs, start, FUN_QSTATE_DESTROYED); in alloc_txqs() 469 free_txqs(qset->txqs, qset->ntxqs, qset->txq_start, qset->state); in fun_free_rings() 511 goto free_txqs; in fun_alloc_rings() 518 free_txqs: in fun_alloc_rings() 519 free_txqs(txqs, qset->ntxqs, qset->txq_start, FUN_QSTATE_DESTROYED); in fun_alloc_rings()
|
/linux-6.12.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_main.c | 200 static void free_txqs(struct hinic_dev *nic_dev) in free_txqs() function 525 free_txqs(nic_dev); in hinic_open() 564 free_txqs(nic_dev); in hinic_close()
|