Searched refs:NUM_REQ_Q_ENTRIES (Results 1 – 2 of 2) sorted by relevance
938 #define NUM_REQ_Q_ENTRIES 256 /* so that 64 * 64 = 4096 (1 page) */ macro1116 struct ql_tx_buf_cb tx_buf[NUM_REQ_Q_ENTRIES];
2497 if (qdev->req_producer_index == NUM_REQ_Q_ENTRIES) in ql3xxx_send()2515 (u32) (NUM_REQ_Q_ENTRIES * sizeof(struct ob_mac_iocb_req)); in ql_alloc_net_req_rsp_queues()2804 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_free_send_free_list()2818 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_create_send_free_list()3025 atomic_set(&qdev->tx_count, NUM_REQ_Q_ENTRIES); in ql_adapter_initialize()3041 ql_write_page1_reg(qdev, &hmem_regs->reqLength, NUM_REQ_Q_ENTRIES); in ql_adapter_initialize()3627 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_reset_work()3842 ndev->tx_queue_len = NUM_REQ_Q_ENTRIES; in ql3xxx_probe()