Lines Matching defs:fsf_qtcb_bottom_port
377 struct fsf_qtcb_bottom_port { struct
378 u64 wwpn;
379 u32 fc_port_id;
380 u32 port_type;
381 u32 port_state;
382 u32 class_of_service; /* should be 0x00000006 for class 2 and 3 */
383 u8 supported_fc4_types[32]; /* should be 0x00000100 for scsi fcp */
384 u8 active_fc4_types[32];
385 u32 supported_speed; /* any combination of ZFCP_FSF_PORTSPEED_* */
386 u32 maximum_frame_size; /* fixed value of 2112 */
387 u64 seconds_since_last_reset;
388 u64 tx_frames;
389 u64 tx_words;
390 u64 rx_frames;
391 u64 rx_words;
392 u64 lip; /* 0 */
393 u64 nos; /* currently 0 */
417 struct fsf_qtcb_bottom_port port; argument