Searched refs:status_desc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h81 (sizeof(struct status_desc)* adapter->max_rx_desc_count)
393 /* opcode field in status_desc */
397 /* for status field in status_desc */
401 /* owner bits of status_desc */
408 /* Note: sizeof(status_desc) should always be a mutliple of 2 */
410 #define netxen_get_sts_desc_lro_cnt(status_desc) \
411 ((status_desc)->lro & 0x7F)
412 #define netxen_get_sts_desc_lro_last_frag(status_desc) \
413 (((status_desc)->lro & 0x80) >> 7)
415 #define netxen_get_sts_port(status_desc) \
439 struct status_desc { struct
[all...]
H A Dnetxen_nic_init.c979 struct status_desc *desc_head;
980 struct status_desc *desc;
1069 struct status_desc *desc)
1188 struct status_desc *desc_head = recv_ctx->rcv_status_desc_head;
1189 struct status_desc *desc; /* used to read status desc here */
H A Dnetxen_nic_hw.c477 recv_ctx->rcv_status_desc_head = (struct status_desc *)addr;

Completed in 65 milliseconds