| H A D | t4_l2t.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 52 * under the protection of the table lock, individual entry changes happen 75 rw_assert(&d->lock, RA_WLOCKED); in t4_alloc_l2e() 76 if (__predict_false(d->l2t_stopped)) in t4_alloc_l2e() 78 if (!atomic_load_acq_int(&d->nfree)) in t4_alloc_l2e() 82 for (e = d->rove in t4_alloc_l2e() 111 find_or_alloc_l2e(struct l2t_data * d,uint16_t vlan,uint8_t port,uint8_t * dmac) find_or_alloc_l2e() argument 212 t4_l2t_alloc_tls(struct adapter * sc,struct sge_txq * txq,void * dst,int * ndesc,uint16_t vlan,uint8_t port,uint8_t * eth_addr) t4_l2t_alloc_tls() argument 287 t4_l2t_alloc_switching(struct adapter * sc,uint16_t vlan,uint8_t port,uint8_t * eth_addr) t4_l2t_alloc_switching() argument [all...] |