Searched refs:q_index (Results 1 – 5 of 5) sorted by relevance
1968 u16 q_index; in process_fh_cmd_queue() local1982 for (pending_chunks = 0, q_index = CSR_WIFI_HIP_Q_NEXT_R_SLOT(sigq); in process_fh_cmd_queue()1983 q_index != CSR_WIFI_HIP_Q_NEXT_W_SLOT(sigq); in process_fh_cmd_queue()1984 q_index = CSR_WIFI_HIP_Q_WRAP(sigq, q_index + 1)) in process_fh_cmd_queue()1986 card_signal_t *csptr = CSR_WIFI_HIP_Q_SLOT_DATA(sigq, q_index); in process_fh_cmd_queue()2055 q_index = CSR_WIFI_HIP_Q_NEXT_R_SLOT(sigq); in process_fh_cmd_queue()2058 csptr = CSR_WIFI_HIP_Q_SLOT_DATA(sigq, q_index); in process_fh_cmd_queue()2198 u16 q_index; in process_fh_traffic_queue() local2212 for (q_index = CSR_WIFI_HIP_Q_NEXT_R_SLOT(&sigq[n]); in process_fh_traffic_queue()2213 q_index != CSR_WIFI_HIP_Q_NEXT_W_SLOT(&sigq[n]); in process_fh_traffic_queue()[all …]
393 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
400 u32 q_index = adapter->rx_queue.index; in ibmveth_rxq_recycle_buffer() local401 u64 correlator = adapter->rx_queue.queue_addr[q_index].correlator; in ibmveth_rxq_recycle_buffer()
2485 int q_index = vf_cid & ((1 << BNX2X_VF_CID_WND)-1); in bnx2x_iov_set_queue_sp_obj() local2486 *q_obj = &bnx2x_vfq(vf, q_index, sp_obj); in bnx2x_iov_set_queue_sp_obj()