Lines Matching defs:fsf_qtcb_bottom_port
406 struct fsf_qtcb_bottom_port { struct
407 u64 wwpn;
408 u32 fc_port_id;
409 u32 port_type;
410 u32 port_state;
411 u32 class_of_service; /* should be 0x00000006 for class 2 and 3 */
412 u8 supported_fc4_types[32]; /* should be 0x00000100 for scsi fcp */
413 u8 active_fc4_types[32];
414 u32 supported_speed; /* any combination of ZFCP_FSF_PORTSPEED_* */
415 u32 maximum_frame_size; /* fixed value of 2112 */
416 u64 seconds_since_last_reset;
417 u64 tx_frames;
418 u64 tx_words;
419 u64 rx_frames;
420 u64 rx_words;
421 u64 lip; /* 0 */
422 u64 nos; /* currently 0 */
423 u64 error_frames; /* currently 0 */
424 u64 dumped_frames; /* currently 0 */
425 u64 link_failure;
426 u64 loss_of_sync;
427 u64 loss_of_signal;
428 u64 psp_error_counts;
429 u64 invalid_tx_words;
430 u64 invalid_crcs;
431 u64 input_requests;
432 u64 output_requests;
433 u64 control_requests;
434 u64 input_mb; /* where 1 MByte == 1.000.000 Bytes */
435 u64 output_mb; /* where 1 MByte == 1.000.000 Bytes */
436 u8 cp_util;
437 u8 cb_util;
438 u8 a_util;
439 u8 res2;
440 s16 temperature;
464 struct fsf_qtcb_bottom_port port; argument