Searched refs:pf_ctrl (Results 1 – 2 of 2) sorted by relevance
1038 u32 pf_ctrl = 0; in et1310_config_rxmac_regs() local 1068 writel(0, &rxmac->pf_ctrl); in et1310_config_rxmac_regs() 1073 pf_ctrl |= ET_RX_PFCTRL_UNICST_FILTER_ENABLE; in et1310_config_rxmac_regs() 1082 pf_ctrl |= ET_RX_PFCTRL_MLTCST_FILTER_ENABLE; in et1310_config_rxmac_regs() 1087 pf_ctrl |= (NIC_MIN_PACKET_SIZE + 4) << ET_RX_PFCTRL_MIN_PKT_SZ_SHIFT; in et1310_config_rxmac_regs() 1088 pf_ctrl |= ET_RX_PFCTRL_FRAG_FILTER_ENABLE; in et1310_config_rxmac_regs() 1130 * dropping doesn't work, so it is disabled in the pf_ctrl register, in et1310_config_rxmac_regs() 1133 writel(pf_ctrl, &rxmac->pf_ctrl); in et1310_config_rxmac_regs() 3687 u32 pf_ctrl; in et131x_set_packet_filter() local [all...]
825 u32 pf_ctrl; /* 0x4084 */ member