is_inbound       1333 drivers/crypto/bcm/cipher.c 	req_opts.is_inbound = !(rctx->is_encrypt);
is_inbound        387 drivers/crypto/bcm/cipher.h 				      unsigned int is_inbound,
is_inbound        635 drivers/crypto/bcm/spu.c 	if (req_opts->is_aead && req_opts->is_inbound)
is_inbound        638 drivers/crypto/bcm/spu.c 	if (req_opts->is_aead && req_opts->is_inbound)
is_inbound        649 drivers/crypto/bcm/spu.c 		 req_opts->is_inbound, req_opts->auth_first);
is_inbound        688 drivers/crypto/bcm/spu.c 	if (req_opts->is_inbound)
is_inbound        722 drivers/crypto/bcm/spu.c 		if (!req_opts->is_inbound) {
is_inbound        773 drivers/crypto/bcm/spu.c 		if (req_opts->is_inbound)
is_inbound        934 drivers/crypto/bcm/spu.c 			    unsigned int is_inbound,
is_inbound        948 drivers/crypto/bcm/spu.c 	flow_log(" in: %u\n", is_inbound);
is_inbound        979 drivers/crypto/bcm/spu.c 	if (is_inbound)
is_inbound        107 drivers/crypto/bcm/spu.h 	bool is_inbound;
is_inbound        252 drivers/crypto/bcm/spu.h 			    unsigned int is_inbound,
is_inbound        609 drivers/crypto/bcm/spu2.c 				 bool is_inbound, bool auth_first,
is_inbound        618 drivers/crypto/bcm/spu2.c 	if ((cipher_type != SPU2_CIPHER_TYPE_NONE) && !is_inbound)
is_inbound        630 drivers/crypto/bcm/spu2.c 	if (is_inbound && (auth_type != SPU2_HASH_TYPE_NONE))
is_inbound        659 drivers/crypto/bcm/spu2.c static void spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound,
is_inbound        669 drivers/crypto/bcm/spu2.c 	if (is_inbound && digest_size)
is_inbound        960 drivers/crypto/bcm/spu2.c 	    ((req_opts->is_aead && req_opts->is_inbound) ?
is_inbound        986 drivers/crypto/bcm/spu2.c 		req_opts->auth_first = req_opts->is_inbound;
is_inbound        992 drivers/crypto/bcm/spu2.c 		req_opts->auth_first = !req_opts->is_inbound;
is_inbound        996 drivers/crypto/bcm/spu2.c 		 req_opts->is_inbound, req_opts->auth_first);
is_inbound       1067 drivers/crypto/bcm/spu2.c 	spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first,
is_inbound       1071 drivers/crypto/bcm/spu2.c 	spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size,
is_inbound       1185 drivers/crypto/bcm/spu2.c 			    unsigned int is_inbound,
is_inbound       1196 drivers/crypto/bcm/spu2.c 	flow_log(" in: %u\n", is_inbound);
is_inbound       1216 drivers/crypto/bcm/spu2.c 	if (is_inbound)
is_inbound        201 drivers/crypto/bcm/spu2.h 			    unsigned int is_inbound,
is_inbound        144 drivers/staging/wusbcore/wa-xfer.c 	unsigned is_inbound:1;
is_inbound        555 drivers/staging/wusbcore/wa-xfer.c 			&& (xfer->is_inbound == 0)
is_inbound        606 drivers/staging/wusbcore/wa-xfer.c 	xfer->is_inbound = urb->pipe & USB_DIR_IN ? 1 : 0;
is_inbound        696 drivers/staging/wusbcore/wa-xfer.c 		xfer_ctl->bmAttribute = xfer->is_inbound ? 1 : 0;
is_inbound        887 drivers/staging/wusbcore/wa-xfer.c 		if (xfer->is_inbound && seg->status < WA_SEG_PENDING)
is_inbound        960 drivers/staging/wusbcore/wa-xfer.c 		if (xfer->is_inbound &&
is_inbound       1234 drivers/staging/wusbcore/wa-xfer.c 		if (xfer->is_inbound == 0 && buf_size > 0) {
is_inbound       2336 drivers/staging/wusbcore/wa-xfer.c 	} else if (xfer->is_inbound && !usb_pipeisoc(xfer->urb->pipe)
is_inbound       2499 drivers/staging/wusbcore/wa-xfer.c 	if (xfer->is_inbound && data_frame_count) {