Searched refs:c_txlen (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/dev/i2c/ |
| H A D | ipmi_i2c.c | 116 c.c_txlen = 1; in ipmi_i2c_get_interface_caps() 144 c.c_txlen = 0; in ipmi_i2c_get_device_id() 164 if (c->c_txlen > 32) in ssif_sendmsg() 170 cmd[1] = c->c_txlen; in ssif_sendmsg() 173 sc->sc_addr, cmd, sizeof(cmd), buf, c->c_txlen, 0); in ssif_sendmsg()
|
| /openbsd-src/sys/dev/ |
| H A D | ipmi.c | 349 for (i = 0; i < c->c_txlen; i++) in bt_sendmsg() 529 for (idx = 1; idx < c->c_txlen - 1; idx++) { in smic_sendmsg() 536 dbg_printf(50, "smic_sendmsg %d/%d = %.2x\n", idx, c->c_txlen, sts); in smic_sendmsg() 697 dbg_dump(50, "kcs sendmsg", c->c_txlen, sc->sc_buf); in kcs_sendmsg() 699 for (idx = 0; idx < c->c_txlen; idx++) { in kcs_sendmsg() 700 if (idx == c->c_txlen - 1) in kcs_sendmsg() 709 dbg_printf(1, "kcs sendmsg = %d/%d <%.2x>\n", idx, c->c_txlen, sts); in kcs_sendmsg() 710 dbg_dump(1, "kcs_sendmsg", c->c_txlen, sc->sc_buf); in kcs_sendmsg() 852 buf[IPMI_BTMSG_LEN] = c->c_txlen + (IPMI_BTMSG_DATASND - 1); in bt_buildmsg() 856 if (c->c_txlen && c->c_data) in bt_buildmsg() [all …]
|
| H A D | ipmivar.h | 95 int c_txlen; member
|
| /openbsd-src/sys/arch/powerpc64/dev/ |
| H A D | ipmi_opal.c | 115 if (c->c_txlen && c->c_data) in ipmi_opal_buildmsg() 116 memcpy(msg->data, c->c_data, c->c_txlen); in ipmi_opal_buildmsg() 126 opal_phys(sc->sc.sc_buf), c->c_txlen); in ipmi_opal_sendmsg()
|