Searched refs:ft_format_wwn (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 63 * the name is the same as what would be generated by ft_format_wwn() 106 ssize_t ft_format_wwn(char *buf, size_t len, u64 wwn) ft_format_wwn() function 121 len = ft_format_wwn(buf, PAGE_SIZE - 2, *wwn); ft_wwn_show() 432 ft_format_wwn(ft_wwn->name, sizeof(ft_wwn->name), wwpn); ft_add_wwn()
|
H A D | tcm_fc.h | 175 ssize_t ft_format_wwn(char *, size_t, u64);
|
H A D | tfc_sess.c | 340 return ft_format_wwn(buf, len, sess->port_name); ft_sess_get_port_name()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 62 * the name is the same as what would be generated by ft_format_wwn()
|
Completed in 349 milliseconds