/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | debugfs.c | 256 u8 vsec_id, int length) in cap_show() 280 cap_id, vsec_id, data[i]); in cap_show() 292 u8 vsec_id = 0; in port_cap_show() local 340 vsec_id = header.extended_short.vsec_id; in port_cap_show() 343 vsec_id = header.extended_short.vsec_id; in port_cap_show() 349 if (!vsec_id && in port_cap_show() 366 cap_show(s, NULL, port, cap, header.basic.cap, vsec_id, length); in port_cap_show() 432 u8 vsec_id in switch_cap_show() local 254 cap_show(struct seq_file *s, struct tb_switch *sw, struct tb_port *port, unsigned int cap, u8 cap_id, u8 vsec_id, int length) cap_show() argument [all...] |
H A D | tb_regs.h | 69 * @vsec_id: Vendor specific capability ID (see &enum switch_vse_cap) 75 u8 vsec_id; member 83 * @vsec_id: Vendor specific capability ID (see &enum switch_vse_cap) 91 u8 vsec_id; member
|
H A D | cap.c | 238 header.extended_short.vsec_id == vsec) in tb_switch_find_vse_cap()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | debugfs.c | 1095 unsigned int offset, u8 cap_id, u8 vsec_id, in cap_show_by_dw() 1112 offset + i, cap_id, vsec_id, data); in cap_show_by_dw() 1118 u8 vsec_id, int length) in cap_show() 1132 cap_show_by_dw(s, sw, port, cap, offset, cap_id, vsec_id, length); in cap_show() 1139 cap_id, vsec_id, data[i]); in cap_show() 1151 u8 vsec_id = 0; in port_cap_show() local 1210 vsec_id = header.extended_short.vsec_id; in port_cap_show() 1213 vsec_id = header.extended_short.vsec_id; in port_cap_show() 1093 cap_show_by_dw(struct seq_file *s, struct tb_switch *sw, struct tb_port *port, unsigned int cap, unsigned int offset, u8 cap_id, u8 vsec_id, int dwords) cap_show_by_dw() argument 1116 cap_show(struct seq_file *s, struct tb_switch *sw, struct tb_port *port, unsigned int cap, u8 cap_id, u8 vsec_id, int length) cap_show() argument 1293 u8 vsec_id = 0; switch_cap_show() local [all...] |
H A D | cap.c | 238 header.extended_short.vsec_id == vsec) in tb_switch_find_vse_cap()
|
H A D | tb_regs.h | 73 * @vsec_id: Vendor specific capability ID (see &enum switch_vse_cap) 79 u8 vsec_id; member 87 * @vsec_id: Vendor specific capability ID (see &enum switch_vse_cap) 95 u8 vsec_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 367 u32 vsec_id = 0; in ef100_pci_find_func_ctrl_window() local 372 rc = ef100_pci_get_config_bits(efx, vndr_cap, ID, &vsec_id); in ef100_pci_find_func_ctrl_window() 397 if (vsec_id == ESE_GZ_XILINX_VSEC_ID && in ef100_pci_find_func_ctrl_window()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 367 u32 vsec_id = 0; in ef100_pci_find_func_ctrl_window() local 372 rc = ef100_pci_get_config_bits(efx, vndr_cap, ID, &vsec_id); in ef100_pci_find_func_ctrl_window() 397 if (vsec_id == ESE_GZ_XILINX_VSEC_ID && in ef100_pci_find_func_ctrl_window()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_main.c | 1067 u16 vsec_id; in get_fw_ready_status() local 1072 pci_read_config_word(pdev, pos + 4, &vsec_id); in get_fw_ready_status() 1074 if (vsec_id != FW_STATUS_VSEC_ID) in get_fw_ready_status()
|