Home
last modified time | relevance | path

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

/freebsd/sys/dev/sym/
H A Dsym_fw1.h375 offsetof (struct sym_dsb, smsg),
H A Dsym_fw2.h344 offsetof (struct sym_dsb, smsg),
H A Dsym_hipd.c1358 struct sym_tblmove smsg; member
4743 cp->phys.smsg.addr = cpu_to_scr(CCB_BA (cp, scsi_smsg2)); in sym_sir_bad_scsi_status()
4744 cp->phys.smsg.size = cpu_to_scr(msglen); in sym_sir_bad_scsi_status()
7567 cp->phys.smsg.addr = cpu_to_scr(CCB_BA (cp, scsi_smsg));
7568 cp->phys.smsg.size = cpu_to_scr(msglen);
/freebsd/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/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()