Home
last modified time | relevance | path

Searched refs:hwidx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c253 unsigned int hwidx; in cxgbi_ppm_ppods_reserve() local
275 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve()
277 tag = cxgbi_ppm_make_ddp_tag(hwidx, pdata->color); in cxgbi_ppm_ppods_reserve()
/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c1055 int hwidx; in sbdma_rx_process() local
1088 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_rx_process()
1098 if (curidx == hwidx) in sbdma_rx_process()
1220 int hwidx; in sbdma_tx_process() local
1231 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_tx_process()
1254 if (curidx == hwidx) in sbdma_tx_process()