Searched refs:len16 (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c45 static void copy_wr_to_sq(struct t4_wq *wq, union t4_wr *wqe, u8 len16) argument
55 len16 = align(len16, 4);
64 /* NOTE len16 cannot be large enough to write to the
66 total = len16 * 16;
81 static void copy_wr_to_rq(struct t4_wq *wq, union t4_recv_wr *wqe, u8 len16) argument
91 total = len16 * 16;
159 struct ibv_send_wr *wr, u8 *len16)
202 *len16 = DIV_ROUND_UP(size, 16);
208 struct ibv_send_wr *wr, u8 *len16)
158 build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) argument
207 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) argument
248 build_rdma_read(union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) argument
275 build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, struct ibv_recv_wr *wr, u8 *len16) argument
313 u8 len16 = 0; local
424 u8 len16 = 0; local
[all...]
H A Dt4.h143 enum fw_wr_opcodes opcode, u8 flags, u8 len16)
151 wqe->send.len16 = len16;
383 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) argument
388 wq->rq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
426 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) argument
431 wq->sq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
461 int len16 = 4; local
466 while (len16) {
469 len16
142 init_wr_hdr(union t4_wr *wqe, u16 wrid, enum fw_wr_opcodes opcode, u8 flags, u8 len16) argument
476 t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, union t4_wr *wqe) argument
525 t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, union t4_recv_wr *wqe) argument
[all...]
H A Dt4fw_ri_api.h533 __u8 len16; member in struct:fw_ri_rdma_write_wr
551 __u8 len16; member in struct:fw_ri_send_wr
576 __u8 len16; member in struct:fw_ri_rdma_read_wr
593 __u8 len16; member in struct:fw_ri_recv_wr
602 __u8 len16; member in struct:fw_ri_bind_mw_wr
640 __u8 len16; member in struct:fw_ri_fr_nsmr_wr
677 __u8 len16; member in struct:fw_ri_inv_lstag_wr
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_dbg.c89 void qla_dump_buf16(qla_host_t *ha, char *msg, void *dbuf16, uint32_t len16) argument
100 while (len16 >= 8) {
105 len16 -= 8;
108 switch (len16) {
H A Dqla_dbg.h43 uint32_t len16);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_dbg.c85 void ql_dump_buf16(qla_host_t *ha, const char *msg, void *dbuf16, uint32_t len16) argument
96 while (len16 >= 8) {
101 len16 -= 8;
104 switch (len16) {
H A Dql_dbg.h41 uint32_t len16);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_dbg.c91 qls_dump_buf16(qla_host_t *ha, const char *msg, void *dbuf16, uint32_t len16) argument
102 while (len16 >= 8) {
107 len16 -= 8;
110 switch (len16) {
H A Dqls_dbg.h43 uint32_t len16);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c406 struct ib_send_wr *wr, u8 *len16)
467 *len16 = DIV_ROUND_UP(size, 16);
473 struct ib_send_wr *wr, u8 *len16)
510 *len16 = DIV_ROUND_UP(size, 16);
515 static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
541 *len16 = DIV_ROUND_UP(sizeof wqe->read, 16);
546 struct ib_recv_wr *wr, u8 *len16)
555 *len16 = DIV_ROUND_UP(sizeof wqe->recv +
561 u8 *len16)
565 *len16
405 build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
472 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
545 build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, struct ib_recv_wr *wr, u8 *len16) argument
560 build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
670 build_tpte_memreg(struct fw_ri_fr_nsmr_tpte_wr *fr, struct ib_reg_wr *wr, struct c4iw_mr *mhp, u8 *len16) argument
701 build_memreg(struct t4_sq *sq, union t4_wr *wqe, struct ib_reg_wr *wr, struct c4iw_mr *mhp, u8 *len16, bool dsgl_supported) argument
772 u8 len16 = 0; local
915 u8 len16 = 0; local
[all...]
H A Dt4.h135 enum fw_wr_opcodes opcode, u8 flags, u8 len16)
143 wqe->send.len16 = len16;
390 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) argument
395 wq->rq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
438 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) argument
443 wq->sq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
134 init_wr_hdr(union t4_wr *wqe, u16 wrid, enum fw_wr_opcodes opcode, u8 flags, u8 len16) argument
H A Dmem.c90 ulpmc->len16 = cpu_to_be32(DIV_ROUND_UP(wr_len-sizeof(ulpmc->wr), 16));
154 ulpmc->len16 = cpu_to_be32(DIV_ROUND_UP(wr_len-sizeof(ulpmc->wr),
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c189 u_int len16; /* # of 16B pieces used by this work request */ member in struct:txpkts
2181 set_mbuf_len16(struct mbuf *m, uint8_t len16) argument
2185 m->m_pkthdr.PH_loc.eight[0] = len16;
2396 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) argument
2404 MPASS(len16 > 0);
2405 ndesc = howmany(len16, EQ_ESIZE / 16);
2416 wr = alloc_wrqe(len16 * 16, wrq);
2441 wrq->ss_len = len16 * 16;
4133 * len16 for a txpkt WR with a GL. Includes the firmware work request header.
4152 * len16 fo
4232 int csum_type, len16, ndesc, pktlen, nsegs; local
4411 int len16, ndesc, pktlen, nsegs; local
4560 u_int plen, len16, needed, nsegs; local
[all...]
H A Dt4_filter.c578 int len16; local
581 len16 = howmany(sizeof(struct fw_filter2_wr), 16);
583 len16 = howmany(sizeof(struct fw_filter_wr), 16);
584 fwr = start_wrq_wr(&sc->sge.ctrlq[0], len16, &cookie);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h293 __be32 len16; /* command length */ member in struct:tls_key_req
H A Dt4_ddp.c1058 ulpmc->len16 = htobe32(howmany(len - sizeof(ulpmc->wr), 16));
1137 ulpmc->len16 = htobe32(howmany(len - sizeof(ulpmc->wr), 16));
H A Dt4_tls.c544 kwr->len16 = htobe32((toep->tid << 8) |
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zyd.c2236 uint16_t len16 = UGETW(desc.len[i]); local
2238 if (len16 == 0 || len16 > actlen)
2241 zyd_rx_data(xfer, offset, len16);
2244 len16 = (len16 + 3) & ~3;
2245 offset += len16;
2246 if (len16 > actlen)
2248 actlen -= len16;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1818 __u8 len16; member in struct:fw_ri_rdma_write_wr
1836 __u8 len16; member in struct:fw_ri_send_wr
1861 __u8 len16; member in struct:fw_ri_rdma_write_cmpl_wr
1892 __u8 len16; member in struct:fw_ri_rdma_read_wr
1909 __u8 len16; member in struct:fw_ri_recv_wr
1918 __u8 len16; member in struct:fw_ri_bind_mw_wr
1956 __u8 len16; member in struct:fw_ri_fr_nsmr_wr
1993 __u8 len16; member in struct:fw_ri_fr_nsmr_tpte_wr
2005 __u8 len16; member in struct:fw_ri_inv_lstag_wr
2015 __u8 len16; member in struct:fw_ri_send_immediate_wr
2045 __u8 len16; member in struct:fw_ri_atomic_wr
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c152 req->len16 = htonl(DIV_ROUND_UP(wr_len - sizeof(req->wr), 16)
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2879 __be32 len16; /* command length */ member in struct:ulp_mem_io
H A Dt4_hw.c8016 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, local
8028 V_FW_CMD_LEN16(len16));

Completed in 537 milliseconds