Searched defs:start_idx (Results 1 - 14 of 14) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_sdma.c100 u16 start_idx = 0; local
106 start_idx = txp->start_idx;
122 dd->ipath_sdma_descq_head == start_idx) {
124 start_idx++;
125 if (start_idx == dd->ipath_sdma_descq_cnt)
126 start_idx = 0;
143 start_idx = txp->start_idx;
720 tx->txreq.start_idx
[all...]
H A Dipath_kernel.h214 u16 start_idx; /* sdma private */ member in struct:ipath_sdma_txreq
/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c315 u32 start_idx, u32 num_events,
324 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
326 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
340 * the current start_idx. This used to happen due to the race
344 if (WARN_ON(num_events > capacity - start_idx))
345 num_events = capacity - start_idx;
314 iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base, u32 start_idx, u32 num_events, u32 capacity, u32 mode) argument
H A Diwl-trans-pcie-rx.c710 static int iwl_print_event_log(struct iwl_trans *trans, u32 start_idx, argument
738 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
/drivers/xen/
H A Dgrant-table.c869 static int gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
895 } while (i-- > start_idx);
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1922 int start_idx, int end_idx,
1926 for (t = start_idx; t <= end_idx; t++) {
1921 ehca_check_kpages_per_ate(struct scatterlist *page_list, int start_idx, int end_idx, u64 *prev_pgaddr) argument
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c107 * @start_idx: index of first indirect register to read
114 unsigned int nregs, unsigned int start_idx)
117 t4_write_reg(adap, addr_reg, start_idx);
119 start_idx++;
112 t4_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c1140 u32 start_idx = clean_idx; local
1181 if (start_idx != clean_idx) {
1194 u32 start_idx = clean_idx; local
1249 if (start_idx != clean_idx) {
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3295 * @start_idx: index in the registry to start from
3299 * command - start_idx and rdata_idx will always be 0. This function will always
3304 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx,
3303 bnx2x_mcast_handle_restore_cmd_e1( struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx, int *rdata_idx) argument
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c118 * @start_idx: index of first indirect register to read
126 unsigned int nregs, unsigned int start_idx)
129 t3_write_reg(adap, addr_reg, start_idx);
131 start_idx++;
124 t3_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/drivers/infiniband/hw/qib/
H A Dqib.h240 u16 start_idx; /* sdma private */ member in struct:qib_sdma_txreq
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c2500 D_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->seq_ctl);
2503 sh = agg->start_idx - SEQ_TO_IDX(seq_ctl >> 4);
2526 i, (agg->start_idx + i) & 0xff, agg->start_idx + i);
2533 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]);
2633 u16 start_idx)
2646 agg->start_idx = start_idx;
2654 idx = start_idx;
2657 agg->frame_count, agg->start_idx, id
2631 il4965_tx_status_reply_tx(struct il_priv *il, struct il_ht_agg *agg, struct il4965_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
[all...]
H A Dcommon.h639 * @start_idx: Index of 1st Transmit Frame Descriptor (TFD) in Tx win
652 u16 start_idx; member in struct:il_ht_agg
/drivers/net/wireless/rtlwifi/
H A Dwifi.h919 u16 start_idx; member in struct:rtl_ht_agg

Completed in 610 milliseconds