HomeSort by: relevance | last modified time | path
    Searched defs:wr_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 1072 * @wr_hi: top 32 bits of WR header based on WR type (big endian)
1084 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo)
1091 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) |
1092 V_WR_SGLSFLT(flits)) | wr_hi;
1103 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) |
1104 V_WR_SGLSFLT(flits)) | wr_hi;
1134 wrp->wr_hi = htonl(V_WR_DATATYPE(1) |
1135 V_WR_SGLSFLT(1)) | wr_hi;
1142 wrp->wr_hi |= htonl(F_WR_EOP);
1169 uint32_t wr_hi, wr_lo, sgl_flits local in function:t3_encap
    [all...]
cxgb_t3_cpl.h 234 __be32 wr_hi; member in struct:work_request_hdr
238 /* wr_hi fields */
803 __be32 wr_hi; member in struct:tx_data_wr
914 __be32 wr_hi; member in struct:mngt_pktsched_wr

Completed in 53 milliseconds