Searched refs:opaque_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6683 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() 6692 switch (opaque_key) { in tg3_alloc_rx_data() 6753 u32 opaque_key, int src_idx, in tg3_recycle_rx() 6762 switch (opaque_key) { in tg3_recycle_rx() 6847 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local 6852 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx() 6853 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx() 6859 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx() 6867 work_mask |= opaque_key; in tg3_rx() 6871 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx() 6682 tg3_alloc_rx_data(struct tg3 *tp, struct tg3_rx_prodring_set *tpr, u32 opaque_key, u32 dest_idx_unmasked, unsigned int *frag_size) tg3_alloc_rx_data() argument 6751 tg3_recycle_rx(struct tg3_napi *tnapi, struct tg3_rx_prodring_set *dpr, u32 opaque_key, int src_idx, u32 dest_idx_unmasked) tg3_recycle_rx() argument 13466 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; tg3_run_loopback() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6666 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() 6675 switch (opaque_key) { in tg3_alloc_rx_data() 6734 u32 opaque_key, int src_idx, in tg3_recycle_rx() 6743 switch (opaque_key) { in tg3_recycle_rx() 6828 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local 6833 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx() 6834 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx() 6840 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx() 6848 work_mask |= opaque_key; in tg3_rx() 6852 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx() 6665 tg3_alloc_rx_data(struct tg3 *tp, struct tg3_rx_prodring_set *tpr, u32 opaque_key, u32 dest_idx_unmasked, unsigned int *frag_size) tg3_alloc_rx_data() argument 6732 tg3_recycle_rx(struct tg3_napi *tnapi, struct tg3_rx_prodring_set *dpr, u32 opaque_key, int src_idx, u32 dest_idx_unmasked) tg3_recycle_rx() argument 13415 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; tg3_run_loopback() local [all...] |
Completed in 22 milliseconds