src_type          117 drivers/dma/dma-axi-dmac.c 	unsigned int src_type;
src_type          170 drivers/dma/dma-axi-dmac.c 	return chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM;
src_type          744 drivers/dma/dma-axi-dmac.c 	chan->src_type = val;
src_type          807 drivers/dma/dma-axi-dmac.c 	    chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM) {
src_type         2131 drivers/infiniband/hw/mlx4/qp.c static int __mlx4_ib_modify_qp(void *src, enum mlx4_ib_source_type src_type,
src_type         2154 drivers/infiniband/hw/mlx4/qp.c 	if (src_type == MLX4_IB_RWQ_SRC) {
src_type         2379 drivers/infiniband/hw/mlx4/qp.c 		get_cqs(qp, src_type, &send_cq, &recv_cq);
src_type          116 drivers/irqchip/irq-sunxi-nmi.c 	unsigned int src_type;
src_type          123 drivers/irqchip/irq-sunxi-nmi.c 		src_type = SUNXI_SRC_TYPE_EDGE_FALLING;
src_type          126 drivers/irqchip/irq-sunxi-nmi.c 		src_type = SUNXI_SRC_TYPE_EDGE_RISING;
src_type          129 drivers/irqchip/irq-sunxi-nmi.c 		src_type = SUNXI_SRC_TYPE_LEVEL_HIGH;
src_type          133 drivers/irqchip/irq-sunxi-nmi.c 		src_type = SUNXI_SRC_TYPE_LEVEL_LOW;
src_type          151 drivers/irqchip/irq-sunxi-nmi.c 	src_type_reg |= src_type;
src_type         2039 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
src_type         2043 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			       u8 src_type, u8 dst_type);
src_type          392 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	u32 src_type = dmae->opcode & DMAE_COMMAND_SRC;
src_type          397 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		if (src_type == DMAE_CMD_SRC_PCI)
src_type          415 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		if (src_type == DMAE_CMD_SRC_PCI)
src_type          433 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		if (src_type == DMAE_CMD_SRC_PCI)
src_type          479 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
src_type          484 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) |
src_type          506 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				      u8 src_type, u8 dst_type)
src_type          511 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type,
src_type         5431 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	u8	src_type;
src_type          639 drivers/net/ethernet/qlogic/qed/qed_hw.c 					  u8 src_type,
src_type          647 drivers/net/ethernet/qlogic/qed/qed_hw.c 	switch (src_type) {
src_type          704 drivers/net/ethernet/qlogic/qed/qed_hw.c 				    u8 src_type, u8 dst_type,
src_type          720 drivers/net/ethernet/qlogic/qed/qed_hw.c 			   src_addr, src_type, dst_addr, dst_type,
src_type          728 drivers/net/ethernet/qlogic/qed/qed_hw.c 			(src_type == QED_DMAE_ADDRESS_GRC),
src_type          747 drivers/net/ethernet/qlogic/qed/qed_hw.c 			if (src_type == QED_DMAE_ADDRESS_GRC)
src_type          768 drivers/net/ethernet/qlogic/qed/qed_hw.c 							    src_type,
src_type          460 include/net/bluetooth/hci_core.h 	__u8		src_type;
src_type         1052 include/net/bluetooth/hci_core.h struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, u8 src_type);
src_type          509 include/net/bluetooth/l2cap.h 	__u8		src_type;
src_type          723 net/bluetooth/6lowpan.c 	       &chan->src, chan->src_type);
src_type          965 net/bluetooth/6lowpan.c 	chan->src_type = BDADDR_LE_PUBLIC;
src_type          969 net/bluetooth/6lowpan.c 	BT_DBG("chan %p src type %d", chan, chan->src_type);
src_type          535 net/bluetooth/hci_conn.c 		hci_copy_identity_address(hdev, &conn->src, &conn->src_type);
src_type          619 net/bluetooth/hci_conn.c struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, uint8_t src_type)
src_type          643 net/bluetooth/hci_conn.c 			if (src_type == BDADDR_BREDR) {
src_type          662 net/bluetooth/hci_conn.c 			if (!bacmp(&id_addr, src) && id_addr_type == src_type) {
src_type           78 net/bluetooth/l2cap_core.c 	return bdaddr_type(hcon->type, hcon->src_type);
src_type          172 net/bluetooth/l2cap_core.c 						      u8 src_type)
src_type          177 net/bluetooth/l2cap_core.c 		if (src_type == BDADDR_BREDR && c->src_type != BDADDR_BREDR)
src_type          180 net/bluetooth/l2cap_core.c 		if (src_type != BDADDR_BREDR && c->src_type == BDADDR_BREDR)
src_type          195 net/bluetooth/l2cap_core.c 	if (psm && __l2cap_global_chan_by_addr(psm, src, chan->src_type)) {
src_type          207 net/bluetooth/l2cap_core.c 		if (chan->src_type == BDADDR_BREDR) {
src_type          220 net/bluetooth/l2cap_core.c 							 chan->src_type)) {
src_type         1794 net/bluetooth/l2cap_core.c 		if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR)
src_type         1797 net/bluetooth/l2cap_core.c 		if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
src_type         3896 net/bluetooth/l2cap_core.c 	chan->src_type = bdaddr_src_type(conn->hcon);
src_type         5564 net/bluetooth/l2cap_core.c 	chan->src_type = bdaddr_src_type(conn->hcon);
src_type         7171 net/bluetooth/l2cap_core.c 	hdev = hci_get_route(dst, &chan->src, chan->src_type);
src_type         7284 net/bluetooth/l2cap_core.c 	chan->src_type = bdaddr_src_type(hcon);
src_type         7360 net/bluetooth/l2cap_core.c 	u8 src_type = bdaddr_src_type(hcon);
src_type         7376 net/bluetooth/l2cap_core.c 		if (src_type != c->src_type)
src_type         7434 net/bluetooth/l2cap_core.c 			chan->src_type = bdaddr_src_type(hcon);
src_type         7698 net/bluetooth/l2cap_core.c 			   &c->src, c->src_type, &c->dst, c->dst_type,
src_type          131 net/bluetooth/l2cap_sock.c 	chan->src_type = la.l2_bdaddr_type;
src_type          164 net/bluetooth/l2cap_sock.c 	if (chan->psm && bdaddr_type_is_le(chan->src_type))
src_type          204 net/bluetooth/l2cap_sock.c 	if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) &&
src_type          222 net/bluetooth/l2cap_sock.c 		chan->src_type = BDADDR_LE_PUBLIC;
src_type          225 net/bluetooth/l2cap_sock.c 	if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR)
src_type          235 net/bluetooth/l2cap_sock.c 	if (chan->psm && bdaddr_type_is_le(chan->src_type))
src_type          386 net/bluetooth/l2cap_sock.c 		la->l2_bdaddr_type = chan->src_type;
src_type          415 net/bluetooth/l2cap_sock.c 		if (bdaddr_type_is_le(chan->src_type) &&
src_type          582 net/bluetooth/l2cap_sock.c 		if (!bdaddr_type_is_le(chan->src_type)) {
src_type          597 net/bluetooth/l2cap_sock.c 		if (!bdaddr_type_is_le(chan->src_type)) {
src_type          646 net/bluetooth/l2cap_sock.c 		if (bdaddr_type_is_le(chan->src_type)) {
src_type          912 net/bluetooth/l2cap_sock.c 		if (!bdaddr_type_is_le(chan->src_type)) {
src_type          924 net/bluetooth/l2cap_sock.c 		if (!bdaddr_type_is_le(chan->src_type)) {
src_type          994 net/bluetooth/l2cap_sock.c 		if (bdaddr_type_is_le(pi->chan->src_type)) {
src_type         1321 net/bluetooth/smp.c 		addrinfo.addr_type = hcon->src_type;
src_type         3272 net/bluetooth/smp.c 			chan->src_type = BDADDR_LE_PUBLIC;
src_type         3274 net/bluetooth/smp.c 			chan->src_type = BDADDR_LE_RANDOM;
src_type         3277 net/bluetooth/smp.c 		chan->src_type = BDADDR_BREDR;
src_type           93 tools/testing/selftests/kvm/include/kvm_util.h 	enum vm_mem_backing_src_type src_type,
src_type          576 tools/testing/selftests/kvm/lib/kvm_util.c 	enum vm_mem_backing_src_type src_type,
src_type          640 tools/testing/selftests/kvm/lib/kvm_util.c 	if (src_type == VM_MEM_SRC_ANONYMOUS_THP)
src_type          650 tools/testing/selftests/kvm/lib/kvm_util.c 				  | (src_type == VM_MEM_SRC_ANONYMOUS_HUGETLB ? MAP_HUGETLB : 0),
src_type          660 tools/testing/selftests/kvm/lib/kvm_util.c 	if (src_type == VM_MEM_SRC_ANONYMOUS || src_type == VM_MEM_SRC_ANONYMOUS_THP) {
src_type          662 tools/testing/selftests/kvm/lib/kvm_util.c 			     src_type == VM_MEM_SRC_ANONYMOUS ? MADV_NOHUGEPAGE : MADV_HUGEPAGE);
src_type          667 tools/testing/selftests/kvm/lib/kvm_util.c 			    region->host_mem, npages * vm->page_size, src_type);