Home
last modified time | relevance | path

Searched refs:smsg (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/sym/
H A Dsym_fw1.h376 offsetof (struct sym_dsb, smsg),
H A Dsym_fw2.h345 offsetof (struct sym_dsb, smsg),
H A Dsym_hipd.c1369 struct sym_tblmove smsg; member
4757 cp->phys.smsg.addr = cpu_to_scr(CCB_BA (cp, scsi_smsg2)); in sym_sir_bad_scsi_status()
4758 cp->phys.smsg.size = cpu_to_scr(msglen); in sym_sir_bad_scsi_status()
7584 cp->phys.smsg.addr = cpu_to_scr(CCB_BA (cp, scsi_smsg));
7585 cp->phys.smsg.size = cpu_to_scr(msglen);
/freebsd-12.1/sys/dev/ncr/
H A Dncr.c811 struct scr_tblmove smsg ; member
1535 offsetof (struct dsb, smsg),
4075 cp->phys.smsg.addr = CCB_PHYS (cp, scsi_smsg);
4076 cp->phys.smsg.size = msglen;
/freebsd-12.1/contrib/ofed/librdmacm/
H A Drsocket.c2102 struct ds_smsg *smsg; in ds_poll_cqs() local
2133 smsg = (struct ds_smsg *) (rs->sbuf + rs_wr_data(wc.wr_id)); in ds_poll_cqs()
2134 smsg->next = rs->smsg_free; in ds_poll_cqs()
2135 rs->smsg_free = smsg; in ds_poll_cqs()
/freebsd-12.1/contrib/bearssl/test/
H A Dtest_crypto.c1518 size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref) in test_SHAKE_MonteCarlo() argument
1524 hextobin(out, smsg); in test_SHAKE_MonteCarlo()