Symbol: fc_be24toh
sys/dev/ocs_fc/ocs_device.c
477
node->ls_acc_did = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_device.c
785
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_device.c
852
ocs_send_flogi_p2p_acc(cbdata->io, ocs_be16toh(hdr->ox_id), fc_be24toh(hdr->d_id), NULL, NULL);
sys/dev/ocs_fc/ocs_els.c
1874
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_fabric.c
1909
port_id = fc_be24toh(gidpt->port_list[i].port_id);
sys/dev/ocs_fc/ocs_fabric.c
1940
uint32_t port_id = fc_be24toh(gidpt->port_list[i].port_id);
sys/dev/ocs_fc/ocs_fcp.h
120
static inline uint32_t fc_htobe24(uint32_t x) { return fc_be24toh(x); }
sys/dev/ocs_fc/ocs_hw.c
8802
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw.c
8803
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_hw.c
8816
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw.c
8817
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1768
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1769
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1904
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1905
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1926
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw_queues.c
1927
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_hw_queues.c
2019
uint32_t s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_hw_queues.c
2020
uint32_t d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_node.c
2144
fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
sys/dev/ocs_fc/ocs_node.c
2219
fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
sys/dev/ocs_fc/ocs_node.c
2294
fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id),
sys/dev/ocs_fc/ocs_unsol.c
1235
uint32_t s_id = fc_be24toh(behdr->s_id);
sys/dev/ocs_fc/ocs_unsol.c
1236
uint32_t d_id = fc_be24toh(behdr->d_id);
sys/dev/ocs_fc/ocs_unsol.c
49
ocs_node_fcid_display(fc_be24toh((hdr)->s_id), s_id_text, sizeof(s_id_text)); \
sys/dev/ocs_fc/ocs_unsol.c
50
ocs_log_debug(ocs, "[%06x.%s] %02x/%04x/%04x: " fmt, fc_be24toh((hdr)->d_id), s_id_text, \
sys/dev/ocs_fc/ocs_unsol.c
589
s_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_unsol.c
590
d_id = fc_be24toh(hdr->d_id);
sys/dev/ocs_fc/ocs_unsol.c
675
port_id = fc_be24toh(hdr->s_id);
sys/dev/ocs_fc/ocs_unsol.c
678
if (fc_be24toh(hdr->f_ctl) & FC_FCTL_END_SEQUENCE) {
sys/dev/ocs_fc/ocs_unsol.c
680
if (fc_be24toh(hdr->f_ctl) & FC_FCTL_SEQUENCE_INITIATIVE) {
sys/dev/ocs_fc/ocs_unsol.c
826
if (fc_be24toh(fchdr->f_ctl) & FC_FCTL_PRIORITY_ENABLE) {