Home
last modified time | relevance | path

Searched refs:BUG_QUEUE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/tokenring/
Dsmctr.c364 tp->tx_fcb_head[BUG_QUEUE] = (FCBlock *)smctr_malloc(dev, in smctr_alloc_shared_memory()
365 sizeof(FCBlock) * tp->num_tx_fcbs[BUG_QUEUE]); in smctr_alloc_shared_memory()
374 tp->tx_bdb_head[BUG_QUEUE] = (BDBlock *)smctr_malloc(dev, in smctr_alloc_shared_memory()
375 sizeof(BDBlock) * tp->num_tx_bdbs[BUG_QUEUE]); in smctr_alloc_shared_memory()
404 tp->tx_buff_head[BUG_QUEUE] in smctr_alloc_shared_memory()
405 = (__u16 *)smctr_malloc(dev, tp->tx_buff_size[BUG_QUEUE]); in smctr_alloc_shared_memory()
406 tp->tx_buff_curr[BUG_QUEUE] = tp->tx_buff_head[BUG_QUEUE]; in smctr_alloc_shared_memory()
407 tp->tx_buff_end[BUG_QUEUE] = (__u16 *)smctr_malloc(dev, 0); in smctr_alloc_shared_memory()
1299 mem_used += sizeof(FCBlock) * tp->num_tx_fcbs[BUG_QUEUE]; in smctr_get_num_rx_bdbs()
1304 mem_used += sizeof(BDBlock) * tp->num_tx_bdbs[BUG_QUEUE]; in smctr_get_num_rx_bdbs()
[all …]
Dsmctr.h480 #define BUG_QUEUE 2 /* NO RECEIVE QUEUE, ONLY TX */ macro