Lines Matching defs:fsf_qtcb_bottom_port
395 struct fsf_qtcb_bottom_port { struct
396 u64 wwpn;
397 u32 fc_port_id;
398 u32 port_type;
399 u32 port_state;
400 u32 class_of_service; /* should be 0x00000006 for class 2 and 3 */
401 u8 supported_fc4_types[32]; /* should be 0x00000100 for scsi fcp */
402 u8 active_fc4_types[32];
403 u32 supported_speed; /* 0x0001 for 1 GBit/s or 0x0002 for 2 GBit/s */
404 u32 maximum_frame_size; /* fixed value of 2112 */
405 u64 seconds_since_last_reset;
406 u64 tx_frames;
407 u64 tx_words;
408 u64 rx_frames;
409 u64 rx_words;
410 u64 lip; /* 0 */
411 u64 nos; /* currently 0 */
435 struct fsf_qtcb_bottom_port port; argument