Searched refs:w5 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local
220 w5 = LOAD_BIG_32(blk + 4 * 5);
221 SHA256ROUND(d, e, f, g, h, a, b, c, 5, w5);
261 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4;
263 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5;
264 SHA256ROUND(d, e, f, g, h, a, b, c, 21, w5);
267 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
277 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12;
294 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5)
378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c243 else if (cmd->un.xrseq.w5.hcsw.Fctl & BC) {
260 if (cmd->un.xrseq.w5.hcsw.Fctl & BC) {
269 ubp->ub_frame.r_ctl = cmd->un.xrseq.w5.hcsw.Rctl;
270 ubp->ub_frame.type = cmd->un.xrseq.w5.hcsw.Type;
H A Demlxs_sli3.c3913 iocb->un.xseq64.w5.hcsw.Fctl = 0;
3916 iocb->un.xseq64.w5.hcsw.Fctl |= FSEQ;
3919 iocb->un.xseq64.w5.hcsw.Fctl |= SI;
3923 iocb->un.xseq64.w5.hcsw.Dfctl = pkt->pkt_cmd_fhdr.df_ctl;
3924 iocb->un.xseq64.w5.hcsw.Rctl = pkt->pkt_cmd_fhdr.r_ctl;
3925 iocb->un.xseq64.w5.hcsw.Type = pkt->pkt_cmd_fhdr.type;
4117 iocb->un.genreq64.w5.hcsw.Fctl = LA;
4120 iocb->un.genreq64.w5.hcsw.Fctl |= LSEQ;
4123 iocb->un.genreq64.w5.hcsw.Fctl |= SI;
4130 iocb->un.genreq64.w5
[all...]
H A Demlxs_hba.c2487 switch (iocb->un.rcvseq64.w5.hcsw.Type) {
2499 iocb->ULPCOMMAND, iocb->un.rcvseq64.w5.hcsw.Type,
2538 switch (iocb->un.rcvseq64.w5.hcsw.Type) {
2552 iocb->ULPCOMMAND, iocb->un.rcvseq64.w5.hcsw.Type,
H A Demlxs_sli4.c4856 iocb->un.genreq64.w5.hcsw.Rctl = pkt->pkt_cmd_fhdr.r_ctl;
4857 iocb->un.genreq64.w5.hcsw.Type = pkt->pkt_cmd_fhdr.type;
4858 iocb->un.genreq64.w5.hcsw.Dfctl = pkt->pkt_cmd_fhdr.df_ctl;
6671 iocb->un.rcvseq64.w5.hcsw.Rctl = fchdr.r_ctl;
6672 iocb->un.rcvseq64.w5.hcsw.Type = fchdr.type;
6673 iocb->un.rcvseq64.w5.hcsw.Dfctl = fchdr.df_ctl;
6674 iocb->un.rcvseq64.w5.hcsw.Fctl = fchdr.f_ctl;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h303 WORD5 w5; /* Header control/status word */ member in struct:__anon7363
405 WORD5 w5; /* Header control/status word */ member in struct:__anon7370
415 WORD5 w5; /* Header control/status word */ member in struct:__anon7371
471 WORD5 w5; /* Header control/status word */ member in struct:__anon7375

Completed in 102 milliseconds