/drivers/scsi/qla2xxx/ |
D | qla_target.c | 110 struct qla_tgt_srr_imm *imm, int ha_lock); 2900 struct imm_ntfy_from_isp *imm, int ha_locked) in qlt_send_term_imm_notif() argument 2909 rc = __qlt_send_term_imm_notif(vha, imm); in qlt_send_term_imm_notif() 2913 qlt_alloc_qfull_cmd(vha, imm, 0, 0); in qlt_send_term_imm_notif() 2919 rc = __qlt_send_term_imm_notif(vha, imm); in qlt_send_term_imm_notif() 2923 qlt_alloc_qfull_cmd(vha, imm, 0, 0); in qlt_send_term_imm_notif() 3125 struct qla_tgt_srr_imm *imm; in qlt_prepare_srr_ctio() local 3152 list_for_each_entry(imm, &tgt->srr_imm_list, in qlt_prepare_srr_ctio() 3154 if (imm->srr_id == sc->srr_id) { in qlt_prepare_srr_ctio() 3185 list_for_each_entry_safe(imm, ti, &tgt->srr_imm_list, in qlt_prepare_srr_ctio() [all …]
|
/drivers/scsi/csiostor/ |
D | csio_scsi.c | 231 uint8_t imm = csio_hw_to_scsim(hw)->proto_cmd_len; in csio_scsi_init_cmd_wr() local 234 FW_SCSI_CMD_WR_IMMDLEN(imm)); in csio_scsi_init_cmd_wr() 391 uint8_t imm = csio_hw_to_scsim(hw)->proto_cmd_len; in csio_scsi_init_read_wr() local 395 FW_SCSI_READ_WR_IMMDLEN(imm)); in csio_scsi_init_read_wr() 422 sizeof(struct fw_scsi_read_wr) + ALIGN(imm, 16)); in csio_scsi_init_read_wr() 444 uint8_t imm = csio_hw_to_scsim(hw)->proto_cmd_len; in csio_scsi_init_write_wr() local 448 FW_SCSI_WRITE_WR_IMMDLEN(imm)); in csio_scsi_init_write_wr() 475 sizeof(struct fw_scsi_write_wr) + ALIGN(imm, 16)); in csio_scsi_init_write_wr() 482 #define CSIO_SCSI_DATA_WRSZ(req, oper, sz, imm) \ argument 485 ALIGN((imm), 16) + /* Immed data */ \
|
/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 61 __be32 imm; /* immediate data */ member
|
D | mthca_cmd.c | 1956 u64 imm; in mthca_MGID_HASH() local 1959 err = mthca_cmd_imm(dev, mailbox->dma, &imm, 0, 0, CMD_MGID_HASH, in mthca_MGID_HASH() 1962 *hash = imm; in mthca_MGID_HASH()
|
D | mthca_srq.c | 92 return (int *) (wqe + offsetof(struct mthca_next_seg, imm)); in wqe_to_link()
|
D | mthca_qp.c | 1657 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send() 1998 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_arbel_post_send()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 59 u64 imm; in mlx4_QP_FLOW_STEERING_ATTACH() local 62 err = mlx4_cmd_imm(dev, mailbox->dma, &imm, size, 0, in mlx4_QP_FLOW_STEERING_ATTACH() 67 *reg_id = imm; in mlx4_QP_FLOW_STEERING_ATTACH() 111 u64 imm; in mlx4_GID_HASH() local 114 err = mlx4_cmd_imm(dev, mailbox->dma, &imm, 0, op_mod, in mlx4_GID_HASH() 119 *hash = imm; in mlx4_GID_HASH()
|
D | en_tx.c | 864 tx_desc->ctrl.imm = get_unaligned((__be32 *)(ethh->h_dest + 2)); in mlx4_en_xmit()
|
/drivers/scsi/ |
D | Makefile | 122 obj-$(CONFIG_SCSI_IMM) += imm.o
|
D | Kconfig | 890 then you should say N here and Y to "IOMEGA parallel port (imm - 905 tristate "IOMEGA parallel port (imm - newer drives)" 929 module will be called imm. 932 bool "ppa/imm option - Use slow (but safe) EPP-16" 947 bool "ppa/imm option - Assume slow parport control register"
|
/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2428 (*ctrl)->imm = send_ieth(wr); in begin_wqe() 2545 ctrl->imm = cpu_to_be32(wr->ex.invalidate_rkey); in mlx5_ib_post_send() 2558 ctrl->imm = cpu_to_be32(wr->wr.fast_reg.rkey); in mlx5_ib_post_send() 2572 ctrl->imm = cpu_to_be32(mr->ibmr.rkey); in mlx5_ib_post_send() 2672 ctrl->imm = cpu_to_be32(wr->wr.fast_reg.rkey); in mlx5_ib_post_send()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 489 unsigned long imm; /* # of immediate-data packets */ member
|
D | cxgb4_main.c | 899 rxq->stats.imm++; in uldrx_handler()
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2229 memcpy(&ctrl->imm, ah->av.eth.mac + 2, 4); in build_mlx_header() 2642 ctrl->imm = send_ieth(wr); in mlx4_ib_post_send()
|