Lines Matching full:layer
25 * The operational mode (a.k.a. op_mode) is the layer that implements
28 * underlying HW works, since the transport layer takes care of that.
39 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the
41 * 2) The driver layer starts the op_mode (ops->start)
44 * 5) The driver layer stops the op_mode
51 * interact with it. The driver layer typically calls the start and stop
52 * handlers, the transport layer calls the others.
57 * @start: start the op_mode. The transport layer is already allocated.
76 * @free_skb: allows the transport layer to free skbs that haven't been
78 * there are Tx packets pending in the transport layer.
87 * @time_point: called when transport layer wants to collect debug data