Searched refs:NUM_REQ_Q_ENTRIES (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dqla3xxx.c2507 if (qdev->req_producer_index == NUM_REQ_Q_ENTRIES)
2525 (u32) (NUM_REQ_Q_ENTRIES * sizeof(struct ob_mac_iocb_req));
2816 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
2830 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
3040 atomic_set(&qdev->tx_count, NUM_REQ_Q_ENTRIES);
3056 ql_write_page1_reg(qdev, &hmem_regs->reqLength, NUM_REQ_Q_ENTRIES);
3643 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
3873 ndev->tx_queue_len = NUM_REQ_Q_ENTRIES;
H A Dqla3xxx.h939 #define NUM_REQ_Q_ENTRIES 256 /* so that 64 * 64 = 4096 (1 page) */ macro
1117 struct ql_tx_buf_cb tx_buf[NUM_REQ_Q_ENTRIES];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dqla3xxx.c2507 if (qdev->req_producer_index == NUM_REQ_Q_ENTRIES)
2525 (u32) (NUM_REQ_Q_ENTRIES * sizeof(struct ob_mac_iocb_req));
2816 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
2830 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
3040 atomic_set(&qdev->tx_count, NUM_REQ_Q_ENTRIES);
3056 ql_write_page1_reg(qdev, &hmem_regs->reqLength, NUM_REQ_Q_ENTRIES);
3643 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) {
3873 ndev->tx_queue_len = NUM_REQ_Q_ENTRIES;
H A Dqla3xxx.h939 #define NUM_REQ_Q_ENTRIES 256 /* so that 64 * 64 = 4096 (1 page) */ macro
1117 struct ql_tx_buf_cb tx_buf[NUM_REQ_Q_ENTRIES];

Completed in 142 milliseconds