Home
last modified time | relevance | path

Searched refs:bar_base (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c195 u32 *bar_config, u64 *bar_base, in compute_bar() argument
258 if (bar_base) in compute_bar()
259 *bar_base = offset; in compute_bar()
/linux/drivers/rapidio/devices/
H A Dtsi721.c884 u64 bar_base; in tsi721_obw_alloc() local
892 bar_base = pbar->base; in tsi721_obw_alloc()
893 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
894 win_base = bar_base; in tsi721_obw_alloc()
913 if (win->base >= bar_base && win->base < bar_end) { in tsi721_obw_alloc()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h150 resource_size_t bar_base; member