Lines Matching refs:this_port

259 #define scic_sds_port_get_controller(this_port) \
260 ((this_port)->owning_controller)
265 #define scic_sds_port_get_base_state_machine(this_port) \
266 (&(this_port)->parent.state_machine)
272 #define scic_sds_port_set_base_state_handlers(this_port, state_id) \
274 (this_port), &scic_sds_port_state_handler_table[(state_id)])
279 #define scic_sds_port_get_ready_substate_machine(this_port) \
280 (&(this_port)->ready_substate_machine)
285 #define scic_sds_port_set_state_handlers(this_port, handlers) \
286 ((this_port)->state_handlers = (handlers))
291 #define scic_sds_port_get_index(this_port) \
292 ((this_port)->physical_port_index)
297 #define scic_sds_port_increment_request_count(this_port) \
298 ((this_port)->started_request_count++)
306 * @param[in] this_port
309 SCIC_SDS_PORT_T *this_port
316 #define scic_sds_port_decrement_request_count(this_port) \
318 (this_port)->started_request_count = ( \
319 ((this_port)->started_request_count == 0) ? \
320 (this_port)->started_request_count : \
321 ((this_port)->started_request_count - 1) \
360 SCIC_SDS_PORT_T *this_port
369 SCIC_SDS_PORT_T *this_port,
375 SCIC_SDS_PORT_T *this_port,
384 struct SCIC_SDS_PORT * this_port,
389 struct SCIC_SDS_PORT * this_port,
394 SCIC_SDS_PORT_T * this_port,
399 SCIC_SDS_PORT_T *this_port,
406 SCIC_SDS_PORT_T *this_port,
412 SCIC_SDS_PORT_T * this_port
416 SCIC_SDS_PORT_T *this_port,
421 SCIC_SDS_PORT_T *this_port,
428 SCIC_SDS_PORT_T *this_port,
433 SCIC_SDS_PORT_T *this_port,
438 SCIC_SDS_PORT_T *this_port,
451 SCIC_SDS_PORT_T *this_port,
457 SCIC_SDS_PORT_T *this_port,
465 SCIC_SDS_PORT_T *this_port
508 struct SCIC_SDS_PORT *this_port,
513 struct SCIC_SDS_PORT *this_port,
530 SCIC_SDS_PORT_T * this_port
534 struct SCIC_SDS_PORT * this_port,
539 SCIC_SDS_PORT_T *this_port,
544 SCIC_SDS_PORT_T * this_port,
549 SCIC_SDS_PORT_T * this_port
553 SCIC_SDS_PORT_T * this_port,
558 SCIC_SDS_PORT_T * this_port,
563 SCIC_SDS_PORT_T * this_port,
578 SCIC_SDS_PORT_T *this_port
582 SCIC_SDS_PORT_T *this_port