Lines Matching refs:input

125 	@constant BPF_MODE_INPUT Enable input only.
127 @constant BPF_MODE_INPUT_OUTPUT Enable input and output.
417 @param packet The packet being input.
439 @param packet The packet being input.
658 #define IFNET_INIT_INPUT_POLL 0x2 /* opportunistic input polling model */
692 the new driver input model.
709 @constant IFNET_CTL_SET_INPUT_MODEL Set input model.
710 @constant IFNET_CTL_GET_INPUT_MODEL Get input model.
730 the legacy input model, and if applicable, the driver should
733 the legacy/push input model.
741 the new/pull input model.
769 related to the output or input processing or capabilities.
815 @field input_ctl The input control function for the interface, valid
817 input polling is enabled via IFNET_INIT_INPUT_POLL flag.
821 @field input_bw The effective input bandwidth (in bits per second.)
822 @field input_bw_max The maximum theoretical input bandwidth
949 @field input The function to be called for inbound packets.
963 proto_media_input input; /* required */
976 proto_media_input_v2 input; /* required */
1020 support for the new output and input driver models.
1192 @discussion Set the maximum length of the input queue of an
1193 interface which implements the new driver input model.
1195 order to modify the maximum input queue length previously
1198 @param maxqlen The maximum number of packets in the input queue.
1200 or the total number of descriptors used for the input path.
1202 the interface doesn't implement the new driver input model.
1208 @discussion Get the maximum length of the input queue of an
1209 interface which implements the new driver input model.
1212 in the input queue.
1214 the interface doesn't implement the new driver input model.
2034 @param input_bw The input bandwidth values (in bits per second).
2036 existing input bandwidth values.
2048 @param input_bw The input bandwidth values (in bits per second).
2050 input bandwidth value.