]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add driver for TCP offload
authorKip Macy <kmacy@FreeBSD.org>
Sun, 16 Dec 2007 05:27:26 +0000 (05:27 +0000)
committerKip Macy <kmacy@FreeBSD.org>
Sun, 16 Dec 2007 05:27:26 +0000 (05:27 +0000)
commit280b95e8b59108a82f232abd2d75e8af820559c3
tree4227e68976ae5d008757c5ec68446ae18267d17a
parent501e15907babb9d4a099977809efaf92c6ca6c4f
Add driver for TCP offload

Sponsored by: Chelsio Inc.
sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_defs.h [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_listen.c [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_t3_ddp.h [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_toepcb.h [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_tom.c [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_tom.h [new file with mode: 0644]
sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c [new file with mode: 0644]