Searched refs:is_hdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c3521 * (i.e. is_hdr == TRUE) or the payload.
3525 if (!q->u.flag.is_hdr) {
8541 * @param is_hdr Used to validate the rq_id and set the type of queue
8548 sli4_queue_t *cq, uint16_t ulp, uint8_t is_hdr)
8576 if (is_hdr && q->id & 1) {
8580 } else if (!is_hdr && (q->id & 1) == 0) {
8588 q->u.flag.is_hdr = is_hdr;
8691 qs[i]->u.flag.is_hdr = TRUE;
8693 qs[i]->u.flag.is_hdr
8546 sli_fc_rq_alloc(sli4_t *sli4, sli4_queue_t *q, uint32_t n_entries, uint32_t buffer_size, sli4_queue_t *cq, uint16_t ulp, uint8_t is_hdr) argument
[all...]
H A Docs_ddump.c96 ocs_ddump_value(textbuf, "is_hdr", "%d", q->u.flag.is_hdr);
H A Dsli4.h3104 is_hdr:1,/** is a RQ for packet headers */ member in struct:sli4_queue_s::__anon89::__anon90

Completed in 116 milliseconds