Searched refs:msg_out (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/bcmdhd/include/
H A Dbcmspi.h36 extern void spi_sendrecv(sdioh_info_t *sd, uint8 *msg_out, uint8 *msg_in, int msglen);
/drivers/scsi/
H A Desp_scsi.c745 spi_populate_width_msg(&esp->msg_out[0],
751 spi_populate_sync_msg(&esp->msg_out[0],
801 esp->msg_out[i + 2] = esp->msg_out[i];
802 esp->msg_out[0] = ent->tag[0];
803 esp->msg_out[1] = ent->tag[1];
1181 esp->msg_out[0] = ABORT_TASK_SET;
1417 spi_populate_sync_msg(&esp->msg_out[0],
1435 esp->msg_out[0] = ABORT_TASK_SET;
1476 esp->msg_out[
[all...]
H A Dmesh.c117 msg_out, enumerator in enum:msg_phase
701 case msg_out:
708 printk(KERN_ERR "mesh: msg_out but n_msgout=%d\n",
1200 ms->msgphase = msg_out;
1230 ms->msgphase = msg_out;
1251 ms->msgphase = msg_out;
1417 ms->msgphase = msg_out;
1480 case msg_out:
1505 printk(KERN_ERR "mesh: error %x in msg_out\n",
1511 printk(KERN_ERR "mesh: exc %x in msg_out\
[all...]
H A Desp_scsi.h459 u8 msg_out[ESP_MAX_MSG_SZ]; member in struct:esp
H A Dncr53c8xx.c1839 ncrcmd msg_out [ 9]; member in struct:script
2232 PADDR (msg_out),
2549 PADDR (msg_out),
H A Daic7xxx_old.c4120 * a parity error during msg_out phase to signal that they don't
4472 unsigned char scb_index, msg_out; local
4475 msg_out = aic_inb(p, MSG_OUT);
4486 (msg_out == MSG_IDENTIFYFLAG) &&
6000 * a parity error during msg_out phase to signal that they don't
/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h184 u32 msg_out [ 4]; member in struct:SYM_FWB_SCR
410 PADDR_B (msg_out),
1565 PADDR_B (msg_out),
H A Dsym_fw2.h169 u32 msg_out [ 4]; member in struct:SYM_FWB_SCR
395 PADDR_B (msg_out),
1440 PADDR_B (msg_out),
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2679 u_int msg_out; local
2713 msg_out = MSG_INITIATOR_DET_ERR;
2841 msg_out = MSG_PARITY_ERROR;
2851 ahd->send_msg_perror = msg_out;
2852 if (scb != NULL && msg_out == MSG_INITIATOR_DET_ERR)

Completed in 182 milliseconds