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

/openbsd-current/sys/dev/i2c/
H A Dipmi_i2c.c117 c.c_txlen = 1;
145 c.c_txlen = 0;
165 if (c->c_txlen > 32)
171 cmd[1] = c->c_txlen;
174 sc->sc_addr, cmd, sizeof(cmd), buf, c->c_txlen, 0);
/openbsd-current/sys/arch/powerpc64/dev/
H A Dipmi_opal.c114 if (c->c_txlen && c->c_data)
115 memcpy(msg->data, c->c_data, c->c_txlen);
125 opal_phys(sc->sc.sc_buf), c->c_txlen);
/openbsd-current/sys/dev/
H A Dipmi.c349 for (i = 0; i < c->c_txlen; i++)
529 for (idx = 1; idx < c->c_txlen - 1; idx++) {
536 dbg_printf(50, "smic_sendmsg %d/%d = %.2x\n", idx, c->c_txlen, sts);
697 dbg_dump(50, "kcs sendmsg", c->c_txlen, sc->sc_buf);
699 for (idx = 0; idx < c->c_txlen; idx++) {
700 if (idx == c->c_txlen - 1)
709 dbg_printf(1, "kcs sendmsg = %d/%d <%.2x>\n", idx, c->c_txlen, sts);
710 dbg_dump(1, "kcs_sendmsg", c->c_txlen, sc->sc_buf);
852 buf[IPMI_BTMSG_LEN] = c->c_txlen + (IPMI_BTMSG_DATASND - 1);
856 if (c->c_txlen
[all...]
H A Dipmivar.h95 int c_txlen; member in struct:ipmi_cmd

Completed in 183 milliseconds