Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c45 u16 i, dword_len; in txgbe_hic_unlocked() local
60 dword_len = length >> 2; in txgbe_hic_unlocked()
65 for (i = 0; i < dword_len; i++) { in txgbe_hic_unlocked()
114 u32 dword_len; in txgbe_host_interface_command() local
136 dword_len = hdr_size >> 2; in txgbe_host_interface_command()
139 for (bi = 0; bi < dword_len; bi++) in txgbe_host_interface_command()
148 for (; bi < dword_len + 2; bi++) in txgbe_host_interface_command()
167 dword_len = (buf_len + 3) >> 2; in txgbe_host_interface_command()
170 for (; bi <= dword_len; bi++) in txgbe_host_interface_command()
/f-stack/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()