OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comp_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ena-com/
ena_com.c
96
u8
comp_status
;
member in struct:ena_comp_ctx
481
comp_ctx->
comp_status
= cqe->acq_common_descriptor.status;
527
static int ena_com_comp_status_to_errno(u8
comp_status
)
529
if (unlikely(
comp_status
!= 0))
530
ena_trc_err("admin command failed[%u]\n",
comp_status
);
532
if (unlikely(
comp_status
> ENA_ADMIN_UNKNOWN_ERROR))
535
switch (
comp_status
) {
595
ret = ena_com_comp_status_to_errno(comp_ctx->
comp_status
);
702
ret = ena_com_comp_status_to_errno(comp_ctx->
comp_status
);
ena_com.c
96
u8
comp_status
;
member in struct:ena_comp_ctx
481
comp_ctx->
comp_status
= cqe->acq_common_descriptor.status;
527
static int ena_com_comp_status_to_errno(u8
comp_status
)
529
if (unlikely(
comp_status
!= 0))
530
ena_trc_err("admin command failed[%u]\n",
comp_status
);
532
if (unlikely(
comp_status
> ENA_ADMIN_UNKNOWN_ERROR))
535
switch (
comp_status
) {
595
ret = ena_com_comp_status_to_errno(comp_ctx->
comp_status
);
702
ret = ena_com_comp_status_to_errno(comp_ctx->
comp_status
);
Completed in 189 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025