Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c1034 * @mw_cnt: Out - number of memory windows
1042 unsigned char *mw_cnt) in idt_scan_mws()
1056 *mw_cnt = 0; in idt_scan_mws()
1080 for (widx = 0; widx < en_cnt; widx++, (*mw_cnt)++) { in idt_scan_mws()
1085 if (*mw_cnt >= IDT_MAX_NR_MWS) in idt_scan_mws()
1089 mws[*mw_cnt].type = mw_type; in idt_scan_mws()
1090 mws[*mw_cnt].bar = bidx; in idt_scan_mws()
1091 mws[*mw_cnt].idx = widx; in idt_scan_mws()
1093 mws[*mw_cnt].addr_align = IDT_TRANS_ALIGN; in idt_scan_mws()
1096 mws[*mw_cnt] in idt_scan_mws()
1041 idt_scan_mws(struct idt_ntb_dev *ndev, int port, unsigned char *mw_cnt) idt_scan_mws() argument
[all...]
H A Dntb_hw_idt.h1081 * @mw_cnt: Number of memory windows supported by NT-function
1088 unsigned char mw_cnt; member
1108 * @mw_cnt: Number of memory windows supported by NT-function
1138 unsigned char mw_cnt; member
/kernel/linux/linux-6.6/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c1034 * @mw_cnt: Out - number of memory windows
1042 unsigned char *mw_cnt) in idt_scan_mws()
1056 *mw_cnt = 0; in idt_scan_mws()
1080 for (widx = 0; widx < en_cnt; widx++, (*mw_cnt)++) { in idt_scan_mws()
1085 if (*mw_cnt >= IDT_MAX_NR_MWS) in idt_scan_mws()
1089 mws[*mw_cnt].type = mw_type; in idt_scan_mws()
1090 mws[*mw_cnt].bar = bidx; in idt_scan_mws()
1091 mws[*mw_cnt].idx = widx; in idt_scan_mws()
1093 mws[*mw_cnt].addr_align = IDT_TRANS_ALIGN; in idt_scan_mws()
1096 mws[*mw_cnt] in idt_scan_mws()
1041 idt_scan_mws(struct idt_ntb_dev *ndev, int port, unsigned char *mw_cnt) idt_scan_mws() argument
[all...]
H A Dntb_hw_idt.h1081 * @mw_cnt: Number of memory windows supported by NT-function
1088 unsigned char mw_cnt; member
1108 * @mw_cnt: Number of memory windows supported by NT-function
1138 unsigned char mw_cnt; member

Completed in 13 milliseconds