Home
last modified time | relevance | path

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

/drivers/staging/octeon/
A Dethernet-tx.c49 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 + qos * 4; in cvm_oct_xmit()
A Dethernet.c677 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()
A Docteon-ethernet.h55 int fau; member

Completed in 8 milliseconds