Searched refs:IXGBE_NTOHL (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_osdep.h135 #define IXGBE_NTOHL(_i) ntohl(_i) macro
H A Dixgbe_82599.c1500 flow_vm_vlan = IXGBE_NTOHL(input.dword);
1503 hi_hash_dword = IXGBE_NTOHL(common.dword);
1647 flow_vm_vlan = IXGBE_NTOHL(input->dword_stream[0]);
1652 hi_hash_dword = IXGBE_NTOHL(hi_dword);
1713 IXGBE_WRITE_REG((a), (reg), IXGBE_STORE_AS_BE32(IXGBE_NTOHL(value)))

Completed in 201 milliseconds