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

  /src/sys/dev/pci/
ubsecvar.h 148 struct ubsec_q { struct
149 SIMPLEQ_ENTRY(ubsec_q) q_next;
151 struct ubsec_q *q_stacked_mcr[UBS_MAX_AGGR-1];
180 SIMPLEQ_HEAD(,ubsec_q) sc_queue; /* packet queue, mcr1 */
182 SIMPLEQ_HEAD(,ubsec_q) sc_qchip; /* on chip, mcr1 */
184 SIMPLEQ_HEAD(,ubsec_q) sc_freequeue; /* list of free queue elements */
199 struct ubsec_q *sc_queuea[UBS_MAX_NQUEUE];
ubsec.c 88 static int ubsec_free_q(struct ubsec_softc*, struct ubsec_q *);
104 static void ubsec_callback(struct ubsec_softc *, struct ubsec_q *);
417 struct ubsec_q *q;
419 q = malloc(sizeof(struct ubsec_q), M_DEVBUF, M_ZERO|M_WAITOK);
523 struct ubsec_q *q, *qtmp;
639 struct ubsec_q *q;
672 * search for further sc_qchip ubsec_q's that share
807 struct ubsec_q *q, *q2;
1140 struct ubsec_q *q = NULL;
1169 memset(q, 0, offsetof(struct ubsec_q, q_src_map))
    [all...]

Completed in 16 milliseconds