Searched refs:update_ptr (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixv.c | 1131 u8 *update_ptr; in ixv_set_rxfilter() local 1233 update_ptr = (u8 *)mta; in ixv_set_rxfilter() 1235 update_ptr, mcnt, ixv_mc_array_itr, TRUE); in ixv_set_rxfilter() 1250 ixv_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq) in ixv_mc_array_itr() argument 1254 mta = (struct ixgbe_mc_addr *)*update_ptr; in ixv_mc_array_itr() 1257 *update_ptr = (u8*)(mta + 1); in ixv_mc_array_itr()
|
| H A D | ixgbe.c | 4521 u8 *update_ptr; in ixgbe_set_rxfilter() local 4563 update_ptr = (u8 *)mta; in ixgbe_set_rxfilter() 4564 ixgbe_update_mc_addr_list(&sc->hw, update_ptr, mcnt, in ixgbe_set_rxfilter() 4580 ixgbe_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq) in ixgbe_mc_array_itr() argument 4584 mta = (struct ixgbe_mc_addr *)*update_ptr; in ixgbe_mc_array_itr() 4587 *update_ptr = (u8*)(mta + 1); in ixgbe_mc_array_itr()
|