Searched refs:fau (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 49 static inline int cvm_oct_adjust_skb_to_free(int skb_to_free, int fau) in cvm_oct_adjust_skb_to_free() argument 56 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free() 86 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_free_tx_skbs() 89 priv->fau + qos * 4); in cvm_oct_free_tx_skbs() 183 priv->fau + qos * 4, in cvm_oct_xmit() 208 cvmx_fau_fetch_and_add32(priv->fau + in cvm_oct_xmit() 213 priv->fau + in cvm_oct_xmit() 383 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_xmit() 390 priv->fau + qos * 4); in cvm_oct_xmit() 401 pko_command.s.reg0 = priv->fau in cvm_oct_xmit() [all...] |
H A D | octeon-ethernet.h | 23 #include <asm/octeon/cvmx-fau.h> 55 int fau; member
|
H A D | ethernet.c | 684 int fau = FAU_NUM_PACKET_BUFFERS_TO_FREE; in cvm_oct_probe() local 839 priv->fau = fau - cvmx_pko_get_num_queues(port) * 4; in cvm_oct_probe() 845 cvmx_fau_atomic_write32(priv->fau + qos * 4, 0); in cvm_oct_probe() 912 fau -= in cvm_oct_probe()
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 49 static inline int cvm_oct_adjust_skb_to_free(int skb_to_free, int fau) in cvm_oct_adjust_skb_to_free() argument 56 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free() 85 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_free_tx_skbs() 88 priv->fau + qos * 4); in cvm_oct_free_tx_skbs() 181 priv->fau + qos * 4, in cvm_oct_xmit() 206 cvmx_fau_fetch_and_add32(priv->fau + in cvm_oct_xmit() 211 priv->fau + in cvm_oct_xmit() 381 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_xmit() 388 priv->fau + qos * 4); in cvm_oct_xmit() 399 pko_command.s.reg0 = priv->fau in cvm_oct_xmit() [all...] |
H A D | octeon-ethernet.h | 23 #include <asm/octeon/cvmx-fau.h> 55 int fau; member
|
H A D | ethernet.c | 677 int fau = FAU_NUM_PACKET_BUFFERS_TO_FREE; in cvm_oct_probe() local 832 priv->fau = fau - cvmx_pko_get_num_queues(port) * 4; in cvm_oct_probe() 838 cvmx_fau_atomic_write32(priv->fau + qos * 4, 0); in cvm_oct_probe() 905 fau -= in cvm_oct_probe()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 119 uint64_t fau:28; member 127 uint64_t fau:28; 162 uint64_t fau:28; member 170 uint64_t fau:28; 261 uint64_t fau:28; member 269 uint64_t fau:28;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 119 uint64_t fau:28; member 127 uint64_t fau:28; 162 uint64_t fau:28; member 170 uint64_t fau:28; 261 uint64_t fau:28; member 269 uint64_t fau:28;
|
Completed in 13 milliseconds