Lines Matching full:transport

3  * transport_class.c - implementation of generic transport classes
10 * or more tranport classes for performing transport specific
11 * services. Transport specific services are things that the generic
14 * Thus, the HBA's use the routines exported by the transport classes
15 * to perform these functions. The transport classes export certain
18 * Note: because not every HBA will care about every transport
21 * transport class<-----attribute container<----class device
26 * transport class is framed entirely in terms of generic devices to
38 * transport_class_register - register an initial transport class
40 * @tclass: a pointer to the transport class structure to be initialised
42 * The transport class contains an embedded class which is used to
45 * actual transport class unique name. There's a macro
60 * @tclass: The transport class to unregister
62 * Must be called prior to deallocating the memory for the transport
82 * @atc: The anon transport class to register
84 * The anonymous transport class contains both a transport class and a
89 * initialise the anon transport class storage.
108 * @atc: Pointer to the anon transport class to unregister
111 * transport class.
134 …* transport_setup_device - declare a new dev for transport class association but don't make it vis…
139 * routine is simply a trigger point to see if any set of transport
170 * transport_add_device - declare a new dev for transport class association
206 * process to allow the transport class to extract information from a
271 * @dev: device to eliminate from the transport class.
274 * transport classdev. Note: all it really does is relinquish a
278 * transport class device remains around.