Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3623 u16 dword_len; in ixgbe_hic_unlocked() local
3647 dword_len = length >> 2; in ixgbe_hic_unlocked()
3652 for (i = 0; i < dword_len; i++) in ixgbe_hic_unlocked()
3698 u16 buf_len, dword_len; in ixgbe_host_interface_command() local
3719 dword_len = hdr_size >> 2; in ixgbe_host_interface_command()
3722 for (bi = 0; bi < dword_len; bi++) { in ixgbe_host_interface_command()
3739 dword_len = (buf_len + 3) >> 2; in ixgbe_host_interface_command()
3742 for (; bi <= dword_len; bi++) { in ixgbe_host_interface_command()