Lines Matching full:d_id
31 /* Find a target node, given s_id and d_id */ in efct_node_find()
44 u32 s_id, d_id; in efct_dispatch_frame() local
48 /* extract the s_id and d_id */ in efct_dispatch_frame()
50 d_id = ntoh24(hdr->fh_d_id); in efct_dispatch_frame()
56 node = efct_node_find(efct, d_id, s_id); in efct_dispatch_frame()
59 "Node not found, drop cmd d_id:%x s_id:%x\n", in efct_dispatch_frame()
60 d_id, s_id); in efct_dispatch_frame()
67 node = efct_node_find(efct, d_id, s_id); in efct_dispatch_frame()
69 efc_log_err(efct, "ABTS: Node not found, d_id:%x s_id:%x\n", in efct_dispatch_frame()
70 d_id, s_id); in efct_dispatch_frame()
485 efc_log_err(efct, "s_id %06x d_id %06x ox_id %04x rx_id %04x\n", in efct_node_recv_abts_frame()