Home
last modified time | relevance | path

Searched defs:len16 (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/ofed/libcxgb4/
H A Dqp.c45 static void copy_wr_to_sq(struct t4_wq *wq, union t4_wr *wqe, u8 len16) in copy_wr_to_sq()
81 static void copy_wr_to_rq(struct t4_wq *wq, union t4_recv_wr *wqe, u8 len16) in copy_wr_to_rq()
159 struct ibv_send_wr *wr, u8 *len16) in build_rdma_send()
208 struct ibv_send_wr *wr, u8 *len16) in build_rdma_write()
248 static int build_rdma_read(union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) in build_rdma_read()
276 struct ibv_recv_wr *wr, u8 *len16) in build_rdma_recv()
313 u8 len16 = 0; in c4iw_post_send() local
424 u8 len16 = 0; in c4iw_post_receive() local
H A Dt4.h143 enum fw_wr_opcodes opcode, u8 flags, u8 len16) in init_wr_hdr()
383 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
426 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
461 int len16 = 4; in copy_wqe_to_udb() local
476 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, in t4_ring_sq_db()
525 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, in t4_ring_rq_db()
H A Dt4fw_ri_api.h533 __u8 len16; member
551 __u8 len16; member
576 __u8 len16; member
593 __u8 len16; member
602 __u8 len16; member
640 __u8 len16; member
677 __u8 len16; member
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c406 build_rdma_send(struct t4_sq * sq,union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_send() argument
473 build_rdma_write(struct t4_sq * sq,union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_write() argument
515 build_rdma_read(union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_read() argument
546 build_rdma_recv(struct c4iw_qp * qhp,union t4_recv_wr * wqe,const struct ib_recv_wr * wr,u8 * len16) build_rdma_recv() argument
561 build_inv_stag(union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_inv_stag() argument
669 build_tpte_memreg(struct fw_ri_fr_nsmr_tpte_wr * fr,const struct ib_reg_wr * wr,struct c4iw_mr * mhp,u8 * len16) build_tpte_memreg() argument
704 build_memreg(struct t4_sq * sq,union t4_wr * wqe,const struct ib_reg_wr * wr,struct c4iw_mr * mhp,u8 * len16,bool dsgl_supported) build_memreg() argument
775 u8 len16 = 0; c4iw_post_send() local
918 u8 len16 = 0; c4iw_post_receive() local
[all...]
H A Dt4.h132 enum fw_wr_opcodes opcode, u8 flags, u8 len16) in init_wr_hdr()
387 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
435 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
/freebsd-src/sys/dev/qlxgbe/
H A Dql_dbg.c85 void ql_dump_buf16(qla_host_t *ha, const char *msg, void *dbuf16, uint32_t len16) in ql_dump_buf16()
/freebsd-src/sys/dev/qlxgb/
H A Dqla_dbg.c88 void qla_dump_buf16(qla_host_t *ha, char *msg, void *dbuf16, uint32_t len16) in qla_dump_buf16()
/freebsd-src/sys/dev/qlxge/
H A Dqls_dbg.c90 qls_dump_buf16(qla_host_t *ha, const char *msg, void *dbuf16, uint32_t len16) in qls_dump_buf16()
/freebsd-src/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1117 int len16, ndesc, pktlen; in ktls_write_tcp_options() local
1211 int len16, ndesc, pktlen; in ktls_write_tunnel_packet() local
1859 int len16, ndes in ktls_write_tcp_fin() local
[all...]
H A Dt4_crypto.h207 __be32 len16; /* command length */ member
/freebsd-src/sys/dev/cxgbe/
H A Dt4_sge.c2317 set_mbuf_eo_len16(struct mbuf *m, uint8_t len16) in set_mbuf_eo_len16() argument
2911 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) in start_wrq_wr() argument
5438 int len16, ndesc, pktlen; write_txpkt_vm_wr() local
5535 int len16, ndesc; write_raw_wr() local
5571 int len16, ndesc, pktlen, nsegs; write_txpkt_wr() local
6622 int len16, pktlen, nsegs, immhdrs; write_ethofld_wr() local
[all...]
H A Dt4_filter.c669 int len16; in set_tcamfilter() local
H A Dadapter.h588 uint8_t len16; /* # of 16B pieces used by this work request */ member
1180 set_mbuf_len16(struct mbuf * m,uint8_t len16) set_mbuf_len16() argument
1578 tx_len16_to_desc(int len16) tx_len16_to_desc() argument
/freebsd-src/sys/dev/usb/wlan/
H A Dif_zyd.c2245 uint16_t len16 = UGETW(desc.len[i]); in zyd_bulk_read_callback() local
/freebsd-src/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1817 __u8 len16; member
1835 __u8 len16; member
1860 __u8 len16; member
1891 __u8 len16; member
1908 __u8 len16; member
1917 __u8 len16; member
1955 __u8 len16; member
1992 __u8 len16; member
2004 __u8 len16; member
2014 __u8 len16; member
[all …]
/freebsd-src/sys/dev/cxgbe/common/
H A Dt4_hw.c8191 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4_alloc_mac_filt() local
8364 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4_free_mac_filt() local
H A Dt4_msg.h2899 __be32 len16; /* command length */ member