[go: nahoru, domu]

Searched refs:start_idx (Results 1 - 24 of 24) sorted by relevance

/drivers/cpuidle/
H A Ddt_idle_states.h6 unsigned int start_idx);
H A Ddt_idle_states.c138 * @start_idx: First idle state index to be initialized
142 * from index start_idx.
148 unsigned int start_idx)
154 unsigned int state_idx = start_idx;
146 dt_init_idle_driver(struct cpuidle_driver *drv, const struct of_device_id *matches, unsigned int start_idx) argument
/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h150 u32 start_idx; member in struct:i40e_hmc_lan_create_obj_info
159 u32 start_idx; member in struct:i40e_hmc_lan_delete_obj_info
H A Di40e_lan_hmc.c329 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
335 if ((info->start_idx + info->count) >
345 info->start_idx, info->count,
354 info->start_idx, info->count, &pd_idx,
472 info.start_idx = 0;
582 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
589 if ((info->start_idx + info->count) >
598 info->start_idx, info->count, &pd_idx,
621 info->start_idx, info->count,
665 info.start_idx
[all...]
/drivers/net/ethernet/intel/i40evf/
H A Di40e_lan_hmc.h150 u32 start_idx; member in struct:i40e_hmc_lan_create_obj_info
159 u32 start_idx; member in struct:i40e_hmc_lan_delete_obj_info
/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/infiniband/hw/qib/
H A Dqib_sdma.c134 idx = txp->start_idx;
368 idx = txp->start_idx;
400 idx = txp->start_idx;
518 tx->txreq.start_idx = 0;
584 tx->txreq.start_idx = tail;
769 "SDMA txp->start_idx: %u txp->next_descq_idx: %u\n",
770 txp->start_idx, txp->next_descq_idx);
H A Dqib.h250 u16 start_idx; /* sdma private */ member in struct:qib_sdma_txreq
/drivers/block/drbd/
H A Ddrbd_debugfs.c554 unsigned int start_idx; local
562 start_idx = cb_nr % DRBD_THREAD_DETAILS_HIST;
563 for (i = start_idx; i < DRBD_THREAD_DETAILS_HIST; i++)
565 for (i = 0; i < start_idx; i++)
/drivers/block/
H A Dsunvdc.c296 pkt->start_idx != pkt->end_idx ||
297 pkt->start_idx >= VDC_TX_RING_SIZE))
300 vdc_end_one(port, dr, pkt->start_idx);
388 .start_idx = dr->prod,
/drivers/net/wireless/iwlwifi/dvm/
H A Dmain.c344 u32 start_idx, u32 num_events,
353 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
355 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
366 * the current start_idx. This used to happen due to the race
370 if (WARN_ON(num_events > capacity - start_idx))
371 num_events = capacity - start_idx;
1614 static int iwl_print_event_log(struct iwl_priv *priv, u32 start_idx, argument
1644 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
343 iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base, u32 start_idx, u32 num_events, u32 capacity, u32 mode) argument
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h959 unsigned int nregs, unsigned int start_idx);
962 unsigned int start_idx);
H A Dt4_hw.c106 * @start_idx: index of first indirect register to read
113 unsigned int nregs, unsigned int start_idx)
116 t4_write_reg(adap, addr_reg, start_idx);
118 start_idx++;
129 * @start_idx: address of first indirect register to write
136 unsigned int nregs, unsigned int start_idx)
139 t4_write_reg(adap, addr_reg, start_idx++);
111 t4_read_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, u32 *vals, unsigned int nregs, unsigned int start_idx) argument
134 t4_write_indirect(struct adapter *adap, unsigned int addr_reg, unsigned int data_reg, const u32 *vals, unsigned int nregs, unsigned int start_idx) argument
/drivers/xen/
H A Dgrant-table.c771 static int gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
798 } while (i-- > start_idx);
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c2532 D_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->seq_ctl);
2535 sh = agg->start_idx - SEQ_TO_IDX(seq_ctl >> 4);
2558 i, (agg->start_idx + i) & 0xff, agg->start_idx + i);
2565 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]);
2666 u16 start_idx)
2679 agg->start_idx = start_idx;
2687 idx = start_idx;
2690 agg->frame_count, agg->start_idx, id
2664 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 Ddebug.c454 "start_idx\tbitmap\t\t\trate_n_flags\n");
464 station->tid[j].agg.start_idx,
H A Dcommon.h635 * @start_idx: Index of 1st Transmit Frame Descriptor (TFD) in Tx win
648 u16 start_idx; member in struct:il_ht_agg
/drivers/net/ethernet/sun/
H A Dsunvnet.c338 .start_idx = start,
510 /* XXX Validate pkt->start_idx and pkt->end_idx XXX */
512 return vnet_walk_rx(port, dr, pkt->start_idx, pkt->end_idx);
716 .start_idx = start,
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c1142 u32 start_idx = clean_idx; local
1183 if (start_idx != clean_idx) {
1196 u32 start_idx = clean_idx; local
1249 if (start_idx != clean_idx) {
/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/net/wireless/rtlwifi/
H A Dwifi.h1267 u16 start_idx; member in struct:rtl_ht_agg
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3251 * @start_idx: index in the registry to start from
3255 * command - start_idx and rdata_idx will always be 0. This function will always
3260 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx,
3259 bnx2x_mcast_handle_restore_cmd_e1( struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_idx, int *rdata_idx) argument
/drivers/gpu/drm/radeon/
H A Dcik.c4770 u32 start_idx[3]; member in struct:bonaire_mqd

Completed in 516 milliseconds