Searched refs:srate_mbs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 708 u64 create_pbc(struct hfi1_pportdata *ppd, u64 flags, int srate_mbs, u32 vl,
|
H A D | chip.c | 15401 u64 create_pbc(struct hfi1_pportdata *ppd, u64 flags, int srate_mbs, u32 vl, in create_pbc() argument 15406 if (unlikely(srate_mbs)) in create_pbc() 15407 delay = delay_cycles(ppd, srate_mbs, dw_len); in create_pbc()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 666 u64 create_pbc(struct hfi1_pportdata *ppd, u64 flags, int srate_mbs, u32 vl,
|
H A D | chip.c | 15351 * @srate_mbs: static rate 15362 u64 create_pbc(struct hfi1_pportdata *ppd, u64 flags, int srate_mbs, u32 vl, in create_pbc() argument 15367 if (unlikely(srate_mbs)) in create_pbc() 15368 delay = delay_cycles(ppd, srate_mbs, dw_len); in create_pbc()
|
Completed in 45 milliseconds