Searched refs:sqb_ptrs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c78 sq->sqb_ptrs = kcalloc(num_sqbs, sizeof(*sq->sqb_ptrs), GFP_KERNEL);
79 if (!sq->sqb_ptrs) {
89 sq->sqb_ptrs[sq->sqb_count++] = (u64)bufptr;
96 if (!sq->sqb_ptrs[ptr])
98 iova = sq->sqb_ptrs[ptr];
107 kfree(sq->sqb_ptrs);
125 if (!sq->sqb_ptrs)
128 if (!sq->sqb_ptrs[sqb])
130 iova = sq->sqb_ptrs[sq
[all...]
H A Dotx2_txrx.h103 u64 *sqb_ptrs; member in struct:otx2_snd_queue
H A Dotx2_common.c825 if (!sq->sqb_ptrs)
1195 if (!sq->sqb_ptrs)
1198 if (!sq->sqb_ptrs[sqb])
1200 iova = sq->sqb_ptrs[sqb];
1474 sq->sqb_ptrs = kcalloc(num_sqbs, sizeof(*sq->sqb_ptrs), GFP_KERNEL);
1475 if (!sq->sqb_ptrs) {
1485 sq->sqb_ptrs[sq->sqb_count++] = (u64)bufptr;
H A Dotx2_pf.c1306 if (!sq->sqb_ptrs)
1448 kfree(sq->sqb_ptrs);

Completed in 611 milliseconds