HomeSort by: relevance | last modified time | path
    Searched defs:update_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 1131 u8 *update_ptr; local in function:ixv_set_rxfilter
1233 update_ptr = (u8 *)mta;
1235 update_ptr, mcnt, ixv_mc_array_itr, TRUE);
1250 ixv_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq)
1254 mta = (struct ixgbe_mc_addr *)*update_ptr;
1257 *update_ptr = (u8*)(mta + 1);
ixgbe.c 4521 u8 *update_ptr; local in function:ixgbe_set_rxfilter
4563 update_ptr = (u8 *)mta;
4564 ixgbe_update_mc_addr_list(&sc->hw, update_ptr, mcnt,
4580 ixgbe_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq)
4584 mta = (struct ixgbe_mc_addr *)*update_ptr;
4587 *update_ptr = (u8*)(mta + 1);

Completed in 45 milliseconds