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

/freebsd-10.3-release/sys/dev/iscsi_initiator/
H A Disc_sm.c88 itt = pdu->ipdu.bhs.itt;
95 switch(pq->pdu.ipdu.bhs.opcode) {
101 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
113 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
121 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt),
133 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 0);
134 debug(5, "itt=%x pq=%p opq=%p", ntohl(pq->pdu.ipdu.bhs.itt), pq, opq);
141 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
151 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
160 sp->sid, ntohl(pq->pdu.ipdu.bhs
201 bhs_t *bhs = &pp->ipdu.bhs; local
360 bhs_t *bhs; local
435 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.c68 bhs_t *bhp = &opp->ipdu.bhs;
271 n = ntohl(pq->pdu.ipdu.bhs.CmdSN);
541 bhs_t *bhp = &opp->ipdu.bhs;
548 ntohl(pq->pdu.ipdu.bhs.itt),
558 ntohl(pq->pdu.ipdu.bhs.itt),
559 pq->pdu.ipdu.bhs.opcode, cmd->R);
561 switch(pq->pdu.ipdu.bhs.opcode) {
H A Discsivar.h68 #define ISOK2DIG(dig, pp) ((dig != NULL) && ((pp->ipdu.bhs.opcode & 0x1f) != ISCSI_LOGIN_CMD))
163 bhs_t bhs; member in struct:isc_session
547 if(pq->pdu.ipdu.bhs.itt == itt) {
569 if((op && op->ipdu.bhs.itt == pq->pdu.ipdu.bhs.itt)
571 && (pq->pdu.ipdu.bhs.opcode != ISCSI_WRITE_DATA)
572 && SNA_GT(exp, ntohl(pq->pdu.ipdu.bhs.ExpStSN)))) {
H A Discsi.c301 i, ntohl(pq->pdu.ipdu.bhs.CmdSN),\
302 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
303 ntohl(pq->pdu.ipdu.bhs.ExpStSN),\
652 i, ntohl( pq->pdu.ipdu.bhs.CmdSN), \
653 pq->pdu.ipdu.bhs.opcode, ntohl(pq->pdu.ipdu.bhs.itt),\
H A Discsi.h75 typedef struct bhs { struct
305 int len; // remapped via standard bhs
329 int len; // remapped via standard bhs
391 bhs_t bhs; member in union:ipdu_u
/freebsd-10.3-release/sys/arm/arm/
H A Dcpufunc_asm_arm10.S115 bhs .Lnext_index /* Next index */
117 bhs .Lnext_set /* Next set */
221 bhs .Lnext_index_inv /* Next index */
223 bhs .Lnext_set_inv /* Next set */
H A Dcpufunc_asm_arm9.S108 bhs .Lnext_index /* Next index */
110 bhs .Lnext_set /* Next set */
209 bhs .Lnext_index_inv /* Next index */
211 bhs .Lnext_set_inv /* Next set */
H A Dcpufunc_asm_fa526.S118 bhs _C_LABEL(fa526_dcache_wbinv_all)
169 bhs _C_LABEL(fa526_idcache_wbinv_all)
187 bhs _C_LABEL(fa526_icache_sync_all)
H A Dfusu.S75 bhs 2f
/freebsd-10.3-release/crypto/openssl/crypto/
H A Darmv4cpuid.S63 bhs .Lot
80 bhs .Laligned
/freebsd-10.3-release/sbin/iscontrol/
H A Dlogin.c290 lp = (login_req_t *)&spp.ipdu.bhs;
330 lp = (login_req_t *)&spp.ipdu.bhs;
376 lp = (login_req_t *)&spp.ipdu.bhs;
H A Dpdu.c167 cmd = pp->ipdu.bhs.opcode;
H A Dfsm.c519 text_req_t *tp = (text_req_t *)&spp.ipdu.bhs;
607 logout_req_t *p = (logout_req_t *)&spp.ipdu.bhs;
/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_ioctl.h692 void *bhs; member in struct:ctl_iscsi_send_params
702 void *bhs; member in struct:ctl_iscsi_receive_params
H A Dctl_frontend_iscsi.c1881 memcpy(ip->ip_bhs, cisp->bhs, sizeof(*ip->ip_bhs));
1953 copyout(ip->ip_bhs, cirp->bhs, sizeof(*ip->ip_bhs));
/freebsd-10.3-release/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-10.3-release/usr.sbin/ctld/
H A Dkernel.c1159 req.data.send.bhs = pdu->pdu_bhs;
1187 req.data.receive.bhs = pdu->pdu_bhs;

Completed in 282 milliseconds