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

/freebsd-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c358 struct ib_send_wr *wr, u8 *len16)
417 *len16 = DIV_ROUND_UP(size, 16);
423 struct ib_send_wr *wr, u8 *len16)
460 *len16 = DIV_ROUND_UP(size, 16);
465 static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
490 *len16 = DIV_ROUND_UP(sizeof wqe->read, 16);
495 struct ib_recv_wr *wr, u8 *len16)
504 *len16 = DIV_ROUND_UP(sizeof wqe->recv +
510 struct ib_send_wr *wr, u8 *len16)
553 *len16
357 build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
422 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
494 build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, struct ib_recv_wr *wr, u8 *len16) argument
509 build_fastreg(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
557 build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
583 u8 len16 = 0; local
701 u8 len16 = 0; local
[all...]
H A Dt4.h136 enum fw_wr_opcodes opcode, u8 flags, u8 len16)
144 wqe->send.len16 = len16;
365 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) argument
370 wq->rq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
408 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) argument
413 wq->sq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
135 init_wr_hdr(union t4_wr *wqe, u16 wrid, enum fw_wr_opcodes opcode, u8 flags, u8 len16) argument
H A Dmem.c97 ulpmc->len16 = cpu_to_be32(DIV_ROUND_UP(wr_len-sizeof(ulpmc->wr),
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c154 u_int len16; /* # of 16B pieces used by this work request */ member in struct:txpkts
1967 set_mbuf_len16(struct mbuf *m, uint8_t len16) argument
1971 m->m_pkthdr.PH_loc.eigth[0] = len16;
2210 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) argument
2218 MPASS(len16 > 0);
2219 ndesc = howmany(len16, EQ_ESIZE / 16);
2230 wr = alloc_wrqe(len16 * 16, wrq);
2255 wrq->ss_len = len16 * 16;
3846 * len16 for a txpkt WR with a GL. Includes the firmware work request header.
3865 * len16 fo
3924 int len16, ndesc, pktlen, nsegs; local
4073 u_int plen, len16, needed, nsegs; local
[all...]
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_zyd.c2281 uint16_t len16 = UGETW(desc.len[i]); local
2283 if (len16 == 0 || len16 > actlen)
2286 zyd_rx_data(xfer, offset, len16);
2289 len16 = (len16 + 3) & ~3;
2290 offset += len16;
2291 if (len16 > actlen)
2293 actlen -= len16;
/freebsd-10.2-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1608 __u8 len16; member in struct:fw_ri_rdma_write_wr
1626 __u8 len16; member in struct:fw_ri_send_wr
1651 __u8 len16; member in struct:fw_ri_rdma_read_wr
1668 __u8 len16; member in struct:fw_ri_recv_wr
1677 __u8 len16; member in struct:fw_ri_bind_mw_wr
1715 __u8 len16; member in struct:fw_ri_fr_nsmr_wr
1752 __u8 len16; member in struct:fw_ri_inv_lstag_wr
1762 __u8 len16; member in struct:fw_ri_send_immediate_wr
1792 __u8 len16; member in struct:fw_ri_atomic_wr
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c746 ulpmc->len16 = htobe32(howmany(len - sizeof(ulpmc->wr), 16));
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dt4_msg.h2441 __be32 len16; /* command length */ member in struct:ulp_mem_io
H A Dt4_hw.c5092 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, local
5104 V_FW_CMD_LEN16(len16));

Completed in 196 milliseconds