Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c209 u32 dword_len; in wx_host_interface_command() local
228 dword_len = length >> 2; in wx_host_interface_command()
233 for (i = 0; i < dword_len; i++) { in wx_host_interface_command()
261 for (i = 0; i < dword_len; i++) in wx_host_interface_command()
264 for (i = 0; i < dword_len; i++) in wx_host_interface_command()
272 dword_len = hdr_size >> 2; in wx_host_interface_command()
275 for (bi = 0; bi < dword_len; bi++) { in wx_host_interface_command()
292 dword_len = (buf_len + 3) >> 2; in wx_host_interface_command()
295 for (; bi <= dword_len; bi++) { in wx_host_interface_command()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3612 u16 dword_len; in ixgbe_hic_unlocked() local
3636 dword_len = length >> 2; in ixgbe_hic_unlocked()
3641 for (i = 0; i < dword_len; i++) in ixgbe_hic_unlocked()
3687 u16 buf_len, dword_len; in ixgbe_host_interface_command() local
3708 dword_len = hdr_size >> 2; in ixgbe_host_interface_command()
3711 for (bi = 0; bi < dword_len; bi++) { in ixgbe_host_interface_command()
3728 dword_len = (buf_len + 3) >> 2; in ixgbe_host_interface_command()
3731 for (; bi <= dword_len; bi++) { in ixgbe_host_interface_command()