Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c300 AXGMAC_SET_BITS_LE(desc->read.desc3, RX_NORMAL_DESC3, OWN, 1); in axgbe_recv_pkts()
413 AXGMAC_SET_BITS_LE(desc->read.desc3, RX_NORMAL_DESC3, OWN, 1); in eth_axgbe_recv_scattered_pkts()
726 AXGMAC_SET_BITS_LE(desc->desc2, TX_NORMAL_DESC2, HL_B1L, in axgbe_xmit_hw()
729 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, FL, in axgbe_xmit_hw()
733 AXGMAC_SET_BITS_LE(desc->desc2, TX_NORMAL_DESC2, TTSE, 1); in axgbe_xmit_hw()
736 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, FD, 1); in axgbe_xmit_hw()
737 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, LD, 1); in axgbe_xmit_hw()
739 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, CTXT, 0); in axgbe_xmit_hw()
743 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, CIC, 0x3); in axgbe_xmit_hw()
745 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, CIC, 0x1); in axgbe_xmit_hw()
[all …]
H A Daxgbe_dev.c812 AXGMAC_SET_BITS_LE(desc->read.desc3, in wrapper_rx_desc_init()
H A Daxgbe_common.h1417 #define AXGMAC_SET_BITS_LE(_var, _prefix, _field, _val) \ macro