Lines Matching refs:dwlen
355 (uint8_t *)cmd->callback_arg, cmd->dwlen * 4); in router_get_config_cb()
371 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_read() argument
376 if ((error = _tb_config_read(sc, space, adapter, offset, dwlen, buf, in tb_config_read()
403 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_read_polled() argument
408 if ((error = _tb_config_read(sc, space, adapter, offset, dwlen, buf, in tb_config_read_polled()
449 u_int offset, u_int dwlen, uint32_t *buf, void *cb) in tb_config_read_async() argument
454 if ((error = _tb_config_read(sc, space, adapter, offset, dwlen, buf, in tb_config_read_async()
465 u_int offset, u_int dwlen, uint32_t *buf, void *cb, in _tb_config_read() argument
479 msg->addr_attrs = TB_CONFIG_ADDR(0, space, adapter, dwlen, offset); in _tb_config_read()
482 cmd->dwlen = dwlen; in _tb_config_read()
493 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_write() argument
572 nhicmd->resp_len = (cmd->dwlen + 3) * 4; in router_prepare_read()