Lines Matching refs:u64
182 u64 node_name;
183 u64 port_name;
227 u64 node_name;
228 u64 port_name;
283 u64 node_name;
284 u64 port_name;
332 u64 node_name;
333 u64 port_name;
384 u64 node_name;
385 u64 port_name;
407 u64 seconds_since_last_reset;
408 u64 tx_frames;
409 u64 tx_words;
410 u64 rx_frames;
411 u64 rx_words;
412 u64 lip_count;
413 u64 nos_count;
414 u64 error_frames;
415 u64 dumped_frames;
416 u64 link_failure_count;
417 u64 loss_of_sync_count;
418 u64 loss_of_signal_count;
419 u64 prim_seq_protocol_err_count;
420 u64 invalid_tx_word_count;
421 u64 invalid_crc_count;
424 u64 fcp_input_requests;
425 u64 fcp_output_requests;
426 u64 fcp_control_requests;
427 u64 fcp_input_megabytes;
428 u64 fcp_output_megabytes;
480 u64 node_name;
481 u64 port_name;
482 u64 permanent_port_name;
503 u64 fabric_name;
682 int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
683 int (* it_nexus_response)(struct Scsi_Host *, u64, int);
780 static inline u64 wwn_to_u64(u8 *wwn) in wwn_to_u64()
782 return (u64)wwn[0] << 56 | (u64)wwn[1] << 48 | in wwn_to_u64()
783 (u64)wwn[2] << 40 | (u64)wwn[3] << 32 | in wwn_to_u64()
784 (u64)wwn[4] << 24 | (u64)wwn[5] << 16 | in wwn_to_u64()
785 (u64)wwn[6] << 8 | (u64)wwn[7]; in wwn_to_u64()
788 static inline void u64_to_wwn(u64 inm, u8 *wwn) in u64_to_wwn()
833 u32 data_len, char * data_buf, u64 vendor_id);