Lines Matching +full:firmware +full:- +full:specific
11 * Firmware Upgrades
14 * Custom user firmware commands
22 The primary means of communicating with the Switchtec management firmware is
23 through the Memory-mapped Remote Procedure Call (MRPC) interface.
24 Commands are submitted to the interface with a 4-byte command
25 identifier and up to 1KB of command specific data. The firmware will
26 respond with a 4-byte return code and up to 1KB of command-specific
41 command to the firmware to begin processing.
47 * A read will block until the firmware completes the command and return
48 the 4-byte Command Return Value plus up to 1024 bytes of output
50 call -- reading less than 4 bytes will produce an error.)
57 * SWITCHTEC_IOCTL_FLASH_INFO - Retrieve firmware length and number
60 * SWITCHTEC_IOCTL_FLASH_PART_INFO - Retrieve address and lengeth for
63 * SWITCHTEC_IOCTL_EVENT_SUMMARY - Read a structure of bitmaps
66 * SWITCHTEC_IOCTL_EVENT_CTL - Get the current count, clear and set flags
69 number for non-global events). It returns whether the event has
70 occurred, the number of times and any event specific data. The flags
83 Non-Transparent Bridge (NTB) Driver
88 exactly 2 NT partitions and zero or more non-NT partitions. It also requires
100 Please refer to Documentation/driver-api/ntb.rst in Linux source tree for an overall