Home
last modified time | relevance | path

Searched refs:dword_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c4585 u16 dword_len; in ixgbe_hic_unlocked() local
4611 dword_len = length >> 2; in ixgbe_hic_unlocked()
4616 for (i = 0; i < dword_len; i++) in ixgbe_hic_unlocked()
4674 u32 dword_len; in ixgbe_host_interface_command() local
4696 dword_len = hdr_size >> 2; in ixgbe_host_interface_command()
4699 for (bi = 0; bi < dword_len; bi++) { in ixgbe_host_interface_command()
4711 for (; bi < dword_len + 2; bi++) { in ixgbe_host_interface_command()
4732 dword_len = (buf_len + 3) >> 2; in ixgbe_host_interface_command()
4735 for (; bi <= dword_len; bi++) { in ixgbe_host_interface_command()