Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c257 u64 lmac_cfg; in nic_set_tx_pkt_pad() local
264 lmac_cfg = nic_reg_read(nic, NIC_PF_LMAC_0_7_CFG | (lmac << 3)); in nic_set_tx_pkt_pad()
265 lmac_cfg &= ~(0xF << 2); in nic_set_tx_pkt_pad()
266 lmac_cfg |= ((size / 4) << 2); in nic_set_tx_pkt_pad()
267 nic_reg_write(nic, NIC_PF_LMAC_0_7_CFG | (lmac << 3), lmac_cfg); in nic_set_tx_pkt_pad()