/src/sys/dev/pci/cxgb/ |
cxgb_sge.c | 1073 * @wr_lo: low 32 bits of WR header based on WR type (big endian) 1084 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo) 1094 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) | 1095 V_WR_GEN(txqs->gen)) | wr_lo; 1136 wrp->wr_lo = htonl(V_WR_LEN(uimin(WR_FLITS, 1138 V_WR_GEN(txqs->gen)) | wr_lo; 1144 wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; 1169 uint32_t wr_hi, wr_lo, sgl_flits; local in function:t3_encap 1264 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) [all...] |
cxgb_sge.c | 1073 * @wr_lo: low 32 bits of WR header based on WR type (big endian) 1084 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo) 1094 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) | 1095 V_WR_GEN(txqs->gen)) | wr_lo; 1136 wrp->wr_lo = htonl(V_WR_LEN(uimin(WR_FLITS, 1138 V_WR_GEN(txqs->gen)) | wr_lo; 1144 wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; 1169 uint32_t wr_hi, wr_lo, sgl_flits; local in function:t3_encap 1264 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) [all...] |
cxgb_t3_cpl.h | 235 __be32 wr_lo; member in struct:work_request_hdr 289 /* wr_lo fields */ 804 __be32 wr_lo; member in struct:tx_data_wr 915 __be32 wr_lo; member in struct:mngt_pktsched_wr
|
cxgb_t3_cpl.h | 235 __be32 wr_lo; member in struct:work_request_hdr 289 /* wr_lo fields */ 804 __be32 wr_lo; member in struct:tx_data_wr 915 __be32 wr_lo; member in struct:mngt_pktsched_wr
|