Home
last modified time | relevance | path

Searched refs:fau (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/octeon/
Dethernet-tx.c78 static inline int32_t cvm_oct_adjust_skb_to_free(int32_t skb_to_free, int fau) in cvm_oct_adjust_skb_to_free() argument
83 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free()
111 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau+qos*4, MAX_SKB_TO_FREE); in cvm_oct_free_tx_skbs()
112 skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free, priv->fau+qos*4); in cvm_oct_free_tx_skbs()
202 priv->fau + qos * 4, in cvm_oct_xmit()
219 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_xmit()
222 skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free, priv->fau + qos * 4); in cvm_oct_xmit()
403 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_xmit()
409 skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free, priv->fau+qos*4); in cvm_oct_xmit()
420 pko_command.s.reg0 = priv->fau+qos*4; in cvm_oct_xmit()
Dethernet.c602 int fau = FAU_NUM_PACKET_BUFFERS_TO_FREE; in cvm_oct_init_module() local
712 priv->fau = fau - cvmx_pko_get_num_queues(port) * 4; in cvm_oct_init_module()
717 cvmx_fau_atomic_write32(priv->fau + qos * 4, 0); in cvm_oct_init_module()
768 fau -= in cvm_oct_init_module()
Docteon-ethernet.h44 int fau; member