Searched refs:ntids (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_defs.h70 struct t3c_tid_entry *t3c_tid = tid < t->ntids ?
H A Dcxgb3_offload.h159 unsigned int ntids; member in struct:tid_info
H A Dcxgb3_offload.c625 BUG_ON(tid >= t->ntids);
653 t->ntids) {
800 if (unlikely(tid >= t->ntids)) {
894 if (unlikely(tid >= t->ntids)) {
1144 for (tid = 0; tid < ti->ntids; tid++) {
1187 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, argument
1191 unsigned long size = ntids * sizeof(*t->tid_tab) +
1198 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1200 t->ntids = ntids;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_defs.h70 struct t3c_tid_entry *t3c_tid = tid < t->ntids ?
H A Dcxgb3_offload.h159 unsigned int ntids; member in struct:tid_info
H A Dcxgb3_offload.c625 BUG_ON(tid >= t->ntids);
653 t->ntids) {
800 if (unlikely(tid >= t->ntids)) {
894 if (unlikely(tid >= t->ntids)) {
1144 for (tid = 0; tid < ti->ntids; tid++) {
1187 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, argument
1191 unsigned long size = ntids * sizeof(*t->tid_tab) +
1198 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1200 t->ntids = ntids;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4/
H A Dcxgb4_uld.h91 unsigned int ntids; member in struct:tid_info
116 return tid < t->ntids ? t->tid_tab[tid] : NULL;
H A Dcxgb4_main.c2248 size = t->ntids * sizeof(*t->tid_tab) + natids * sizeof(*t->atid_tab) +
2255 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids];
3083 adap->tids.ntids = val[0];
3084 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h91 unsigned int ntids; member in struct:tid_info
116 return tid < t->ntids ? t->tid_tab[tid] : NULL;
H A Dcxgb4_main.c2248 size = t->ntids * sizeof(*t->tid_tab) + natids * sizeof(*t->atid_tab) +
2255 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids];
3083 adap->tids.ntids = val[0];
3084 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c291 int ret = 0, ntids; local
345 ntids = tidcnt;
383 for (; ntids--; tid++) {
389 if (ntids < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c276 int ret = 0, ntids; local
327 ntids = tidcnt;
354 for (; ntids--; tid++) {
360 if (ntids < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c291 int ret = 0, ntids; local
345 ntids = tidcnt;
383 for (; ntids--; tid++) {
389 if (ntids < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c276 int ret = 0, ntids; local
327 ntids = tidcnt;
354 for (; ntids--; tid++) {
360 if (ntids < 0) {

Completed in 118 milliseconds