~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/infiniband/hw/cxgb3/iwch_qp.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
738
738
        }
739
739
}
740
740
 
741
 
int iwch_post_zb_read(struct iwch_qp *qhp)
 
741
int iwch_post_zb_read(struct iwch_ep *ep)
742
742
{
743
743
        union t3_wr *wqe;
744
744
        struct sk_buff *skb;
761
761
        wqe->read.local_len = cpu_to_be32(0);
762
762
        wqe->read.local_to = cpu_to_be64(1);
763
763
        wqe->send.wrh.op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(T3_WR_READ));
764
 
        wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid)|
 
764
        wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(ep->hwtid)|
765
765
                                                V_FW_RIWR_LEN(flit_cnt));
766
766
        skb->priority = CPL_PRIORITY_DATA;
767
 
        return iwch_cxgb3_ofld_send(qhp->rhp->rdev.t3cdev_p, skb);
 
767
        return iwch_cxgb3_ofld_send(ep->com.qp->rhp->rdev.t3cdev_p, skb);
768
768
}
769
769
 
770
770
/*