Searched refs:host_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Dfore200e.c557 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
780 entry = &txq->host_entry[ txq->tail ];
923 entry = &bsq->host_entry[ bsq->head ];
1094 entry = &rxq->host_entry[ rxq->head ];
1226 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
1559 entry = &txq->host_entry[ txq->head ];
1670 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
1716 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
1756 struct host_cmdq_entry* entry = &cmdq->host_entry[ cmdq->head ];
2088 bsq->host_entry[
[all...]
H A Dfore200e.h602 struct host_cmdq_entry host_entry[ QUEUE_SIZE_CMD ]; /* host resident cmd queue entries */ member in struct:host_cmdq
611 struct host_txq_entry host_entry[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */ member in struct:host_txq
623 struct host_rxq_entry host_entry[ QUEUE_SIZE_RX ]; /* host resident rx queue entries */ member in struct:host_rxq
633 struct host_bsq_entry host_entry[ QUEUE_SIZE_BS ]; /* host resident buffer supply queue entries */ member in struct:host_bsq

Completed in 227 milliseconds