Lines Matching refs:cmd_p
226 s->cmd_p = I596_NULL; in i82596_s_reset()
239 DBG(printf("STARTING COMMAND LOOP cmd_p=%08x\n", s->cmd_p)); in command_loop()
241 while (s->cmd_p != I596_NULL) { in command_loop()
244 set_uint16(s->cmd_p, status); in command_loop()
247 cmd = get_uint16(s->cmd_p + 2); in command_loop()
248 DBG(printf("Running command %04x at %08x\n", cmd, s->cmd_p)); in command_loop()
254 set_individual_address(s, s->cmd_p); in command_loop()
257 byte_cnt = get_byte(s->cmd_p + 8) & 0x0f; in command_loop()
261 address_space_read(&address_space_memory, s->cmd_p + 8, in command_loop()
274 set_uint32(s->cmd_p + 8, s->lnkst); in command_loop()
277 i82596_transmit(s, s->cmd_p); in command_loop()
280 set_multicast_list(s, s->cmd_p); in command_loop()
289 set_uint16(s->cmd_p, status); in command_loop()
291 s->cmd_p = get_uint32(s->cmd_p + 4); /* get link address */ in command_loop()
292 DBG(printf("NEXT addr would be %08x\n", s->cmd_p)); in command_loop()
293 if (s->cmd_p == 0) { in command_loop()
294 s->cmd_p = I596_NULL; in command_loop()
299 s->cmd_p = I596_NULL; in command_loop()
392 if (s->cmd_p == I596_NULL) { in examine_scb()
393 s->cmd_p = get_uint32(s->scb + 4); in examine_scb()