Searched refs:bfa_os_htonll (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_os_inc.h145 #define bfa_os_htonll(_x) bfa_swap_8b(_x) macro
156 #define bfa_os_htonll(_x) (_x) macro
164 #define bfa_os_ntohll(_x) bfa_os_htonll(_x)
H A Dbfad_attr.c80 fc_starget_node_name(starget) = bfa_os_htonll(node_name);
106 fc_starget_port_name(starget) = bfa_os_htonll(port_name);
270 fc_host_fabric_name(shost) = bfa_os_htonll(fabric_nwwn);
687 return snprintf(buf, PAGE_SIZE, "0x%llx\n", bfa_os_htonll(nwwn));
H A Dbfad_im.c963 bfa_os_htonll((bfa_fcs_port_get_nwwn(port->fcs_port)));
965 bfa_os_htonll((bfa_fcs_port_get_pwwn(port->fcs_port)));
1003 bfa_os_htonll(bfa_fcs_itnim_get_nwwn(&itnim->fcs_itnim));
1005 bfa_os_htonll(bfa_fcs_itnim_get_pwwn(&itnim->fcs_itnim));

Completed in 63 milliseconds