Home
last modified time | relevance | path

Searched refs:q_index (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/csr/
Dcsr_wifi_hip_card_sdio_intr.c1968 u16 q_index; in process_fh_cmd_queue() local
1982 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() local
2212 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 …]
/drivers/infiniband/hw/amso1100/
Dc2.h393 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
Dc2_qp.c48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
/drivers/net/ethernet/ibm/
Dibmveth.c400 u32 q_index = adapter->rx_queue.index; in ibmveth_rxq_recycle_buffer() local
401 u64 correlator = adapter->rx_queue.queue_addr[q_index].correlator; in ibmveth_rxq_recycle_buffer()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c2485 int q_index = vf_cid & ((1 << BNX2X_VF_CID_WND)-1); in bnx2x_iov_set_queue_sp_obj() local
2486 *q_obj = &bnx2x_vfq(vf, q_index, sp_obj); in bnx2x_iov_set_queue_sp_obj()