Lines Matching defs:fsf_qtcb_bottom_port
369 struct fsf_qtcb_bottom_port { struct
370 u64 wwpn;
371 u32 fc_port_id;
372 u32 port_type;
373 u32 port_state;
374 u32 class_of_service; /* should be 0x00000006 for class 2 and 3 */
375 u8 supported_fc4_types[32]; /* should be 0x00000100 for scsi fcp */
376 u8 active_fc4_types[32];
377 u32 supported_speed; /* 0x0001 for 1 GBit/s or 0x0002 for 2 GBit/s */
378 u32 maximum_frame_size; /* fixed value of 2112 */
379 u64 seconds_since_last_reset;
380 u64 tx_frames;
381 u64 tx_words;
382 u64 rx_frames;
383 u64 rx_words;
384 u64 lip; /* 0 */
385 u64 nos; /* currently 0 */
409 struct fsf_qtcb_bottom_port port; argument