Home
last modified time | relevance | path

Searched refs:LCB_END (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c694 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()
697 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()
698 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()
727 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()
730 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()
731 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
H A Dchip.h824 #define LCB_END DC_8051_CSRS /* next block is 8051 */ macro
827 return (offset >= LCB_START && offset < LCB_END); in is_lcb_offset()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c652 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()
655 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()
656 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()
685 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()
688 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()
689 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
H A Dchip.h782 #define LCB_END DC_8051_CSRS /* next block is 8051 */ macro

Completed in 13 milliseconds