Searched refs:num_of_buffers_total_length (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h319 ((cmd_desc)->num_of_buffers_total_length &= ~cpu_to_le32(0xff), \
320 (cmd_desc)->num_of_buffers_total_length |= cpu_to_le32((val) & 0xff))
322 ((cmd_desc)->num_of_buffers_total_length &= ~cpu_to_le32(0xffffff00), \
323 (cmd_desc)->num_of_buffers_total_length |= cpu_to_le32(val << 8))
328 (le32_to_cpu((cmd_desc)->num_of_buffers_total_length) >> 8)
337 __le32 num_of_buffers_total_length; member in struct:cmd_desc_type0
H A Dnetxen_nic_main.c1089 hw->cmd_desc_head[saved_producer].num_of_buffers_total_length =
1091 num_of_buffers_total_length);

Completed in 36 milliseconds