OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wr_hi
(Results
1 - 5
of
5
) 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
cxgb_offload.c
528
req->wr.
wr_hi
= htonl(V_WR_OP(FW_WROPCODE_FORWARD));
777
rpl->wr.
wr_hi
=
1201
req->wr.
wr_hi
= htonl(V_WR_OP(FW_WROPCODE_FORWARD));
cxgb_l2t.c
120
req->wr.
wr_hi
= htonl(V_WR_OP(FW_WROPCODE_FORWARD));
cxgb_main.c
1057
req->
wr_hi
= htonl(V_WR_OP(FW_WROPCODE_MNGT));
Completed in 17 milliseconds
Indexes created Thu Nov 06 17:09:51 GMT 2025