Lines Matching refs:u64

188 	u64 node_name;
189 u64 port_name;
233 u64 node_name;
234 u64 port_name;
289 u64 node_name;
290 u64 port_name;
338 u64 node_name;
339 u64 port_name;
390 u64 node_name;
391 u64 port_name;
413 u64 seconds_since_last_reset;
414 u64 tx_frames;
415 u64 tx_words;
416 u64 rx_frames;
417 u64 rx_words;
418 u64 lip_count;
419 u64 nos_count;
420 u64 error_frames;
421 u64 dumped_frames;
422 u64 link_failure_count;
423 u64 loss_of_sync_count;
424 u64 loss_of_signal_count;
425 u64 prim_seq_protocol_err_count;
426 u64 invalid_tx_word_count;
427 u64 invalid_crc_count;
430 u64 fcp_input_requests;
431 u64 fcp_output_requests;
432 u64 fcp_control_requests;
433 u64 fcp_input_megabytes;
434 u64 fcp_output_megabytes;
435 u64 fcp_packet_alloc_failures; /* fcp packet allocation failures */
436 u64 fcp_packet_aborts; /* fcp packet aborted */
437 u64 fcp_frame_alloc_failures; /* fcp frame allocation failures */
440 u64 fc_no_free_exch; /* no free exch memory */
441 u64 fc_no_free_exch_xid; /* no free exch id */
442 u64 fc_xid_not_found; /* exch not found for a response */
443 u64 fc_xid_busy; /* exch exist for new a request */
444 u64 fc_seq_not_found; /* seq is not found for exchange */
445 u64 fc_non_bls_resp; /* a non BLS response frame with
498 u64 node_name;
499 u64 port_name;
500 u64 permanent_port_name;
521 u64 fabric_name;
700 int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
701 int (* it_nexus_response)(struct Scsi_Host *, u64, int);
798 static inline u64 wwn_to_u64(u8 *wwn) in wwn_to_u64()
800 return (u64)wwn[0] << 56 | (u64)wwn[1] << 48 | in wwn_to_u64()
801 (u64)wwn[2] << 40 | (u64)wwn[3] << 32 | in wwn_to_u64()
802 (u64)wwn[4] << 24 | (u64)wwn[5] << 16 | in wwn_to_u64()
803 (u64)wwn[6] << 8 | (u64)wwn[7]; in wwn_to_u64()
806 static inline void u64_to_wwn(u64 inm, u8 *wwn) in u64_to_wwn()
851 u32 data_len, char * data_buf, u64 vendor_id);