Searched refs:adjust_rcvctrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 6752 static void adjust_rcvctrl(struct hfi1_devdata *dd, u64 add, u64 clear) in adjust_rcvctrl() function 6767 adjust_rcvctrl(dd, add, 0); in add_rcvctrl() 6772 adjust_rcvctrl(dd, 0, clear); in clear_rcvctrl()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 6713 static void adjust_rcvctrl(struct hfi1_devdata *dd, u64 add, u64 clear) in adjust_rcvctrl() function 6728 adjust_rcvctrl(dd, add, 0); in add_rcvctrl() 6733 adjust_rcvctrl(dd, 0, clear); in clear_rcvctrl()
|
Completed in 66 milliseconds