Searched refs:bhs (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_sm.c92 itt = pdu->ipdu.bhs.itt;
99 switch(pq->pdu.ipdu.bhs.opcode) {
105 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
117 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
125 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt),
137 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 0);
138 debug(5, "itt=%x pq=%p opq=%p", ntohl(pq->pdu.ipdu.bhs.itt), pq, opq);
145 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
155 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
164 sp->sid, ntohl(pq->pdu.ipdu.bhs
205 bhs_t *bhs = &pp->ipdu.bhs; local
364 bhs_t *bhs; local
439 bhs_t *bhs; local
[all...]
H A Disc_soc.c243 pp->ipdu.bhs.opcode, uio->uio_iovcnt, uio->uio_resid,
244 ntohl(pp->ipdu.bhs.itt));
319 bhs_t *bhs = &sp->bhs; local
326 iov->iov_base = bhs;
374 bhs_t *bhs = &pp->ipdu.bhs; local
388 if(bhs->AHSLength) {
389 debug(2, "bhs->AHSLength=%d", bhs
423 bhs_t *bhs; local
[all...]
H A Discsi_subr.c71 bhs_t *bhp = &opp->ipdu.bhs;
274 n = ntohl(pq->pdu.ipdu.bhs.CmdSN);
544 bhs_t *bhp = &opp->ipdu.bhs;
551 ntohl(pq->pdu.ipdu.bhs.itt),
561 ntohl(pq->pdu.ipdu.bhs.itt),
562 pq->pdu.ipdu.bhs.opcode, cmd->R);
564 switch(pq->pdu.ipdu.bhs.opcode) {
H A Discsivar.h70 #define ISOK2DIG(dig, pp) ((dig != NULL) && ((pp->ipdu.bhs.opcode & 0x1f) != ISCSI_LOGIN_CMD))
165 bhs_t bhs; member in struct:isc_session
549 if(pq->pdu.ipdu.bhs.itt == itt) {
571 if((op && op->ipdu.bhs.itt == pq->pdu.ipdu.bhs.itt)
573 && (pq->pdu.ipdu.bhs.opcode != ISCSI_WRITE_DATA)
574 && SNA_GT(exp, ntohl(pq->pdu.ipdu.bhs.ExpStSN)))) {
H A Discsi.c303 i, ntohl(pq->pdu.ipdu.bhs.CmdSN),\
304 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
305 ntohl(pq->pdu.ipdu.bhs.ExpStSN),\
648 i, ntohl( pq->pdu.ipdu.bhs.CmdSN), \
649 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
H A Discsi.h77 typedef struct bhs { struct
307 int len; // remapped via standard bhs
331 int len; // remapped via standard bhs
393 bhs_t bhs; member in union:ipdu_u
/freebsd-12-stable/sbin/iscontrol/
H A Dlogin.c292 lp = (login_req_t *)&spp.ipdu.bhs;
332 lp = (login_req_t *)&spp.ipdu.bhs;
378 lp = (login_req_t *)&spp.ipdu.bhs;
H A Dpdu.c169 cmd = pp->ipdu.bhs.opcode;
H A Dfsm.c522 text_req_t *tp = (text_req_t *)&spp.ipdu.bhs;
610 logout_req_t *p = (logout_req_t *)&spp.ipdu.bhs;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S108 bhs 1f
H A Dudivsi3.S55 bhs LOCAL_LABEL(num_ge_denom)
H A Daddsf3.S46 bhs LOCAL_LABEL(no_swap)
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_ioctl.h703 void *bhs; member in struct:ctl_iscsi_send_params
713 void *bhs; member in struct:ctl_iscsi_receive_params
H A Dctl_frontend_iscsi.c2030 memcpy(ip->ip_bhs, cisp->bhs, sizeof(*ip->ip_bhs));
2102 copyout(ip->ip_bhs, cirp->bhs, sizeof(*ip->ip_bhs));
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Darmv4cpuid.S60 bhs .Lot
77 bhs .Laligned
H A Dghashv8-armx.S190 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
H A Dchacha-armv4.S1308 bhs .L192_or_more_neon
1310 bhs .L128_or_more_neon
1312 bhs .L64_or_more_neon
H A Dbsaes-armv7.S1084 bhs 1f
/freebsd-12-stable/crypto/openssl/crypto/
H A Darmv4cpuid.pl79 bhs .Lot
96 bhs .Laligned
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c274 struct iscsi_bhs *bhs; local
306 bhs = ip->ip_bhs;
307 bhs->bhs_data_segment_len[2] = ip->ip_data_len;
308 bhs->bhs_data_segment_len[1] = ip->ip_data_len >> 8;
309 bhs->bhs_data_segment_len[0] = ip->ip_data_len >> 16;
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm557 bhs LSYM(Lbignum)
559 bhs LSYM(Lbignum)
570 bhs LSYM(Loop3)
572 bhs LSYM(Loop3)
786 bhs LSYM(Lover10)
H A Dieee754-sf.S141 bhs LSYM(Lad_o)
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl985 bhs .L192_or_more_neon
987 bhs .L128_or_more_neon
989 bhs .L64_or_more_neon
/freebsd-12-stable/usr.sbin/ctld/
H A Dkernel.c1285 req.data.send.bhs = pdu->pdu_bhs;
1315 req.data.receive.bhs = pdu->pdu_bhs;
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl681 bhs .Lenter_neon

Completed in 238 milliseconds

12