Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A 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()
256 for (i = 0; i < dword_len; i++) in wx_host_interface_command()
259 for (i = 0; i < dword_len; i++) in wx_host_interface_command()
270 dword_len = hdr_size >> 2; in wx_host_interface_command()
273 for (bi = 0; bi < dword_len; bi++) { in wx_host_interface_command()
290 dword_len = (buf_len + 3) >> 2; in wx_host_interface_command()
293 for (; bi <= dword_len; bi++) { in wx_host_interface_command()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3611 u16 dword_len; in ixgbe_hic_unlocked() local
3635 dword_len = length >> 2; in ixgbe_hic_unlocked()
3640 for (i = 0; i < dword_len; i++) in ixgbe_hic_unlocked()
3686 u16 buf_len, dword_len; in ixgbe_host_interface_command() local
3707 dword_len = hdr_size >> 2; in ixgbe_host_interface_command()
3710 for (bi = 0; bi < dword_len; bi++) { in ixgbe_host_interface_command()
3727 dword_len = (buf_len + 3) >> 2; in ixgbe_host_interface_command()
3730 for (; bi <= dword_len; bi++) { in ixgbe_host_interface_command()