Searched refs:lmac_cfg (Results 1 – 1 of 1) sorted by relevance
288 u64 lmac_cfg; in nic_set_tx_pkt_pad() local307 lmac_cfg = nic_reg_read(nic, NIC_PF_LMAC_0_7_CFG | (lmac << 3)); in nic_set_tx_pkt_pad()308 lmac_cfg &= ~(0xF << 2); in nic_set_tx_pkt_pad()309 lmac_cfg |= ((size / 4) << 2); in nic_set_tx_pkt_pad()310 nic_reg_write(nic, NIC_PF_LMAC_0_7_CFG | (lmac << 3), lmac_cfg); in nic_set_tx_pkt_pad()