Searched refs:NUM_REQ_Q_ENTRIES (Results 1 – 2 of 2) sorted by relevance
939 #define NUM_REQ_Q_ENTRIES 256 /* so that 64 * 64 = 4096 (1 page) */ macro1117 struct ql_tx_buf_cb tx_buf[NUM_REQ_Q_ENTRIES];
2501 if (qdev->req_producer_index == NUM_REQ_Q_ENTRIES) in ql3xxx_send()2519 (u32) (NUM_REQ_Q_ENTRIES * sizeof(struct ob_mac_iocb_req)); in ql_alloc_net_req_rsp_queues()2813 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_free_send_free_list()2827 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_create_send_free_list()3036 atomic_set(&qdev->tx_count, NUM_REQ_Q_ENTRIES); in ql_adapter_initialize()3052 ql_write_page1_reg(qdev, &hmem_regs->reqLength, NUM_REQ_Q_ENTRIES); in ql_adapter_initialize()3638 for (i = 0; i < NUM_REQ_Q_ENTRIES; i++) { in ql_reset_work()3865 ndev->tx_queue_len = NUM_REQ_Q_ENTRIES; in ql3xxx_probe()