Lines Matching refs:sendmsg

50 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len,  in sendmsg()  function
168 if (!sendmsg(cs, ISAR_HIS_VNR, 0, 3, msg)) { in ISARVersion()
258 if (!sendmsg(cs, ISAR_HIS_DKEY, blk_head.d_key & 0xff, 0, NULL)) { in isar_load_firmware()
308 if (!sendmsg(cs, ISAR_HIS_FIRM, 0, nom, msg)) { in isar_load_firmware()
334 if (!sendmsg(cs, ISAR_HIS_STDSP, 0, 2, msg)) { in isar_load_firmware()
370 if (!sendmsg(cs, ISAR_HIS_DIAG, ISAR_CTRL_STST, 0, NULL)) { in isar_load_firmware()
395 if (!sendmsg(cs, ISAR_HIS_DIAG, ISAR_CTRL_SWVER, 0, NULL)) { in isar_load_firmware()
587 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
653 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
715 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
719 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
727 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
730 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
799 sendmsg(bcs->cs, SET_DPS(bcs->hw.isar.dpath) | in send_frames()
914 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
933 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
1008 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1020 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1032 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1044 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1057 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax()
1093 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
1105 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
1138 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
1154 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
1163 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_ESC, 0, NULL); in isar_pump_statev_fax()
1293 sendmsg(cs, dps | ISAR_HIS_PUMPCFG, PMOD_BYPASS, 0, NULL); in setup_pump()
1309 sendmsg(cs, dps | ISAR_HIS_PUMPCFG, ctrl, 6, param); in setup_pump()
1320 sendmsg(cs, dps | ISAR_HIS_PUMPCFG, ctrl, 2, param); in setup_pump()
1328 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in setup_pump()
1340 sendmsg(cs, dps | ISAR_HIS_SARTCFG, SMODE_DISABLE, 0, in setup_sart()
1344 sendmsg(cs, dps | ISAR_HIS_SARTCFG, SMODE_BINARY, 2, in setup_sart()
1349 sendmsg(cs, dps | ISAR_HIS_SARTCFG, SMODE_HDLC, 1, in setup_sart()
1356 sendmsg(cs, dps | ISAR_HIS_SARTCFG, ctrl, 2, in setup_sart()
1364 sendmsg(cs, dps | ISAR_HIS_BSTREQ, 0, 0, NULL); in setup_sart()
1390 sendmsg(cs, dps | ISAR_HIS_IOM2CFG, cmsb, 5, msg); in setup_iom2()
1392 sendmsg(cs, dps | ISAR_HIS_IOM2REQ, 0, 0, NULL); in setup_iom2()
1567 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, ctrl, nom, &p1); in isar_pump_cmd()
1580 sendmsg(cs, (i ? ISAR_HIS_DPS2 : ISAR_HIS_DPS1) | in isar_setup()