Lines Matching defs:addr
1078 * @addr: register addr
1081 * specified by 'addr' (which is specific to flow-type)
1083 static inline u64 i40e_read_fd_input_set(struct i40e_pf *pf, u16 addr)
1087 val = i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1));
1089 val += i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0));
1097 * @addr: register addr
1100 * This function writes specified value to the register specified by 'addr'.
1104 u16 addr, u64 val)
1106 i40e_write_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1),
1108 i40e_write_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0),