Searched refs:cmd_pkt_phys (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_init.c334 ctlr->cmd_pkt_phys = dma_mem_phys;
339 ctlr->internal_req_data_phys = ctlr->cmd_pkt_phys +
347 req->cmd_pkt_phys = ctlr->cmd_pkt_phys +
H A Dtw_cl.h103 TW_UINT64 cmd_pkt_phys; /* cmd pkt physical address */ member in struct:tw_cli_req_context
131 TW_UINT64 cmd_pkt_phys; /* phys addr of cmd_pkt_buf */ member in struct:tw_cli_ctlr_context
H A Dtw_cl_io.c187 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
228 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
234 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
237 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
241 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
H A Dtw_cl_misc.c955 "cmd_pkt = %p, cmd_pkt_phys = 0x%llx,\n"
961 cmd_pkt, req->cmd_pkt_phys,

Completed in 114 milliseconds