Lines Matching refs:c_txlen
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()
857 memcpy(buf + IPMI_BTMSG_DATASND, c->c_data, c->c_txlen); in bt_buildmsg()
872 if (c->c_txlen && c->c_data) in cmn_buildmsg()
873 memcpy(buf + IPMI_MSG_DATASND, c->c_data, c->c_txlen); in cmn_buildmsg()
884 c->c_rssa, NETFN_LUN(c->c_netfn, c->c_rslun), c->c_cmd, c->c_txlen); in ipmi_sendcmd()
885 dbg_dump(10, " send", c->c_txlen, c->c_data); in ipmi_sendcmd()
908 c->c_txlen += sc->sc_if->datasnd; in ipmi_sendcmd()
1010 c.c_txlen = IPMI_SET_WDOG_MAX; in get_sdr_partial()
1045 c.c_txlen = 0; in get_sdr()
1304 c.c_txlen = 1; in read_sensor()
1690 c->c_txlen = req->msg.data_len; in ipmiioctl()
1797 c.c_txlen = 0; in ipmi_watchdog_tickle()
1816 c.c_txlen = 0; in ipmi_watchdog_set()
1834 c.c_txlen = IPMI_SET_WDOG_MAX; in ipmi_watchdog_set()
1911 c.c_txlen = 0; in ipmi_match()