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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c41 * lro: Specifies whether to enable Large Receive Offload (LRO) or not.
432 S2IO_PARM_INT(lro, 0);
2837 if (nic->lro) {
2840 struct lro *lro = &nic->lro0_n[i]; local
2841 if (lro->in_use) {
2842 update_L3L4_header(nic, lro);
2843 queue_rx_frame(lro->parent);
2844 clear_lro_session(lro);
4151 if (!sp->lro) {
6808 struct lro *lro; local
7730 check_for_socket_match(struct lro *lro, struct iphdr *ip, struct tcphdr *tcp) argument
7745 initiate_new_session(struct lro *lro, u8 *l2h, struct iphdr *ip, struct tcphdr *tcp, u32 tcp_pyld_len) argument
7771 update_L3L4_header(struct s2io_nic *sp, struct lro *lro) argument
7802 aggregate_new_rx(struct lro *lro, struct iphdr *ip, struct tcphdr *tcp, u32 l4_pyld) argument
7882 s2io_club_tcp_session(u8 *buffer, u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp, struct s2io_nic *sp) argument
7977 clear_lro_session(struct lro *lro) argument
7995 lro_append_pkt(struct s2io_nic *sp, struct lro *lro, struct sk_buff *skb, u32 tcp_len) argument
[all...]
H A Ds2io.h758 struct lro { struct
873 struct lro lro0_n[MAX_LRO_SESSIONS];
876 u8 lro; member in struct:s2io_nic
1046 s2io_club_tcp_session(u8 *buffer, u8 **tcp, u32 *tcp_len, struct lro **lro,
1048 static void clear_lro_session(struct lro *lro);
1050 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro);
1051 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h411 ((status_desc)->lro & 0x7F)
413 (((status_desc)->lro & 0x80) >> 7)
451 u8 lro; member in struct:status_desc

Completed in 86 milliseconds