Searched refs:free_txqs (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 198 * free_txqs - Free the Logical Tx Queues of specific NIC device 201 static void free_txqs(struct hinic_dev *nic_dev) in free_txqs() function 276 * free_txqs - Free the Logical Rx Queues of specific NIC device 532 free_txqs(nic_dev); in hinic_open() 571 free_txqs(nic_dev); in hinic_close()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 197 * free_txqs - Free the Logical Tx Queues of specific NIC device 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 761 goto free_txqs; in hfi1_ipoib_txreq_init() 775 free_txqs: in hfi1_ipoib_txreq_init()
|
Completed in 9 milliseconds