Lines Matching refs:seq_printf
13 seq_printf(s, "Version: %s\n", ndev->hw.fw_name[0]); in firmware_show()
14 seq_printf(s, "Version: %s\n", ndev->hw.fw_name[1]); in firmware_show()
24 seq_printf(s, "NITROX [%d]\n", ndev->idx); in device_show()
25 seq_printf(s, " Part Name: %s\n", ndev->hw.partname); in device_show()
26 seq_printf(s, " Frequency: %d MHz\n", ndev->hw.freq); in device_show()
27 seq_printf(s, " Device ID: 0x%0x\n", ndev->hw.device_id); in device_show()
28 seq_printf(s, " Revision ID: 0x%0x\n", ndev->hw.revision_id); in device_show()
29 seq_printf(s, " Cores: [AE=%u SE=%u ZIP=%u]\n", in device_show()
41 seq_printf(s, "NITROX [%d] Request Statistics\n", ndev->idx); in stats_show()
42 seq_printf(s, " Posted: %llu\n", in stats_show()
44 seq_printf(s, " Completed: %llu\n", in stats_show()
46 seq_printf(s, " Dropped: %llu\n", in stats_show()