Searched refs:E1000_SRRCTL (Results 1 – 8 of 8) sorted by relevance
109 return E1000_SRRCTL(vfn); in vf_to_pf_addr()111 return E1000_SRRCTL(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
547 #define E1000_SRRCTL(_n) (0x0C00C + (0x40 * (_n))) macro
264 return core->mac[E1000_SRRCTL(r->idx) >> 2] & E1000_SRRCTL_DESCTYPE_MASK; in igb_rx_queue_desctyp_get()917 uint32_t srrctl = core->mac[E1000_SRRCTL(r->idx) >> 2]; in igb_rxbufsize()941 uint32_t srrctl = core->mac[E1000_SRRCTL(r->idx) >> 2]; in igb_rxhdrbufsize()1645 ((core->mac[E1000_SRRCTL(rxi->idx) >> 2] >> 20) & 31) * 16; in igb_rx_descr_threshold_hit()
33 #define E1000_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ macro
114 E1000_SRRCTL(0), in igb_pci_start_hw()
148 #define E1000_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) \ macro
616 regs_buff[121 + i] = rd32(E1000_SRRCTL(i)); in igb_get_regs()689 regs_buff[555 + i] = rd32(E1000_SRRCTL(i + 4)); in igb_get_regs()
4765 wr32(E1000_SRRCTL(reg_idx), srrctl); in igb_setup_srrctl()