Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c46 u16 i, dword_len; in txgbe_hic_unlocked() local
59 dword_len = length >> 2; in txgbe_hic_unlocked()
64 for (i = 0; i < dword_len; i++) { in txgbe_hic_unlocked()
118 u32 dword_len; in txgbe_host_interface_command() local
138 dword_len = hdr_size >> 2; in txgbe_host_interface_command()
141 for (bi = 0; bi < dword_len; bi++) in txgbe_host_interface_command()
150 for (; bi < dword_len + 2; bi++) in txgbe_host_interface_command()
169 dword_len = (buf_len + 3) >> 2; in txgbe_host_interface_command()
172 for (; bi <= dword_len; bi++) in txgbe_host_interface_command()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_mng.c27 u16 i, dword_len; in ngbe_hic_unlocked() local
40 dword_len = length >> 2; in ngbe_hic_unlocked()
45 for (i = 0; i < dword_len; i++) { in ngbe_hic_unlocked()
94 u32 dword_len; in ngbe_host_interface_command() local
114 dword_len = hdr_size >> 2; in ngbe_host_interface_command()
117 for (bi = 0; bi < dword_len; bi++) in ngbe_host_interface_command()
126 for (; bi < dword_len + 2; bi++) in ngbe_host_interface_command()
145 dword_len = (buf_len + 3) >> 2; in ngbe_host_interface_command()
148 for (; bi <= dword_len; bi++) in ngbe_host_interface_command()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c4473 u16 dword_len; in ixgbe_hic_unlocked() local
4499 dword_len = length >> 2; in ixgbe_hic_unlocked()
4504 for (i = 0; i < dword_len; i++) in ixgbe_hic_unlocked()
4562 u32 dword_len; in ixgbe_host_interface_command() local
4584 dword_len = hdr_size >> 2; in ixgbe_host_interface_command()
4587 for (bi = 0; bi < dword_len; bi++) { in ixgbe_host_interface_command()
4599 for (; bi < dword_len + 2; bi++) { in ixgbe_host_interface_command()
4620 dword_len = (buf_len + 3) >> 2; in ixgbe_host_interface_command()
4623 for (; bi <= dword_len; bi++) { in ixgbe_host_interface_command()