Home
last modified time | relevance | path

Searched refs:bhs (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi_initiator/
Disc_sm.c92 itt = pdu->ipdu.bhs.itt; in _reject()
99 switch(pq->pdu.ipdu.bhs.opcode) { in _reject()
105 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt)); in _reject()
117 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1); in _r2t()
125 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt), in _r2t()
137 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 0); in _scsi_rsp()
138 debug(5, "itt=%x pq=%p opq=%p", ntohl(pq->pdu.ipdu.bhs.itt), pq, opq); in _scsi_rsp()
145 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt)); in _scsi_rsp()
155 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1); in _read_data()
164 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt)); in _read_data()
[all …]
Disc_soc.c243 pp->ipdu.bhs.opcode, uio->uio_iovcnt, uio->uio_resid, in isc_sendPDU()
244 ntohl(pp->ipdu.bhs.itt)); in isc_sendPDU()
319 bhs_t *bhs = &sp->bhs; in so_getbhs() local
326 iov->iov_base = bhs; in so_getbhs()
374 bhs_t *bhs = &pp->ipdu.bhs; in so_recv() local
388 if(bhs->AHSLength) { in so_recv()
389 debug(2, "bhs->AHSLength=%d", bhs->AHSLength); in so_recv()
390 pp->ahs_len = bhs->AHSLength * 4; in so_recv()
423 bhs_t *bhs; in so_recv() local
426 bhs = (bhs_t *)&pp->ipdu; in so_recv()
[all …]
Discsi_subr.c71 bhs_t *bhp = &opp->ipdu.bhs; in iscsi_r2t()
274 n = ntohl(pq->pdu.ipdu.bhs.CmdSN); in iscsi_requeue()
544 bhs_t *bhp = &opp->ipdu.bhs; in scsi_decap()
551 ntohl(pq->pdu.ipdu.bhs.itt), in scsi_decap()
561 ntohl(pq->pdu.ipdu.bhs.itt), in scsi_decap()
562 pq->pdu.ipdu.bhs.opcode, cmd->R); in scsi_decap()
564 switch(pq->pdu.ipdu.bhs.opcode) { in scsi_decap()
Discsivar.h70 #define ISOK2DIG(dig, pp) ((dig != NULL) && ((pp->ipdu.bhs.opcode & 0x1f) != ISCSI_LOGIN_CMD))
165 bhs_t bhs; member
549 if(pq->pdu.ipdu.bhs.itt == itt) { in i_search_hld()
571 if((op && op->ipdu.bhs.itt == pq->pdu.ipdu.bhs.itt) in i_acked_hld()
573 && (pq->pdu.ipdu.bhs.opcode != ISCSI_WRITE_DATA) in i_acked_hld()
574 && SNA_GT(exp, ntohl(pq->pdu.ipdu.bhs.ExpStSN)))) { in i_acked_hld()
Discsi.c303 i, ntohl(pq->pdu.ipdu.bhs.CmdSN),\ in iscsi_read()
304 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\ in iscsi_read()
305 ntohl(pq->pdu.ipdu.bhs.ExpStSN),\ in iscsi_read()
648 i, ntohl( pq->pdu.ipdu.bhs.CmdSN), \ in iscsi_counters()
649 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\ in iscsi_counters()
Discsi.h77 typedef struct bhs { struct
393 bhs_t bhs; member
/freebsd-12-stable/sbin/iscontrol/
Dlogin.c292 lp = (login_req_t *)&spp.ipdu.bhs; in handleChap()
332 lp = (login_req_t *)&spp.ipdu.bhs; in authenticate()
378 lp = (login_req_t *)&spp.ipdu.bhs; in loginPhase()
Dpdu.c169 cmd = pp->ipdu.bhs.opcode; in pukeText()
Dfsm.c522 text_req_t *tp = (text_req_t *)&spp.ipdu.bhs; in doDiscovery()
610 logout_req_t *p = (logout_req_t *)&spp.ipdu.bhs; in startLogout()
/freebsd-12-stable/sys/cam/ctl/
Dctl_ioctl.h704 void *bhs; member
714 void *bhs; member
Dctl_frontend_iscsi.c2030 memcpy(ip->ip_bhs, cisp->bhs, sizeof(*ip->ip_bhs)); in cfiscsi_ioctl_send()
2102 copyout(ip->ip_bhs, cirp->bhs, sizeof(*ip->ip_bhs)); in cfiscsi_ioctl_receive()
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dicl_cxgbei.c274 struct iscsi_bhs *bhs; in finalize_pdu() local
306 bhs = ip->ip_bhs; in finalize_pdu()
307 bhs->bhs_data_segment_len[2] = ip->ip_data_len; in finalize_pdu()
308 bhs->bhs_data_segment_len[1] = ip->ip_data_len >> 8; in finalize_pdu()
309 bhs->bhs_data_segment_len[0] = ip->ip_data_len >> 16; in finalize_pdu()
/freebsd-12-stable/secure/lib/libcrypto/arm/
Darmv4cpuid.S60 bhs .Lot
77 bhs .Laligned
Dghashv8-armx.S190 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
Dchacha-armv4.S1308 bhs .L192_or_more_neon
1310 bhs .L128_or_more_neon
1312 bhs .L64_or_more_neon
Dbsaes-armv7.S1084 bhs 1f
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
Dcomparesf2.S108 bhs 1f
Dudivsi3.S55 bhs LOCAL_LABEL(num_ge_denom)
Daddsf3.S46 bhs LOCAL_LABEL(no_swap)
/freebsd-12-stable/contrib/gcc/config/arm/
Dlib1funcs.asm557 bhs LSYM(Lbignum)
559 bhs LSYM(Lbignum)
570 bhs LSYM(Loop3)
572 bhs LSYM(Loop3)
786 bhs LSYM(Lover10)
Dieee754-sf.S141 bhs LSYM(Lad_o)
/freebsd-12-stable/usr.sbin/ctld/
Dkernel.c1285 req.data.send.bhs = pdu->pdu_bhs; in kernel_send()
1315 req.data.receive.bhs = pdu->pdu_bhs; in kernel_receive()
/freebsd-12-stable/contrib/binutils/opcodes/
DChangeLog-92972518 and likewise for the other branches. Add bhs as an alias for bcc,