Searched refs:asq (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/ixl/
H A Di40e_adminq.c61 hw->aq.asq.tail = I40E_VF_ATQT1;
62 hw->aq.asq.head = I40E_VF_ATQH1;
63 hw->aq.asq.len = I40E_VF_ATQLEN1;
64 hw->aq.asq.bal = I40E_VF_ATQBAL1;
65 hw->aq.asq.bah = I40E_VF_ATQBAH1;
72 hw->aq.asq.tail = I40E_PF_ATQT;
73 hw->aq.asq.head = I40E_PF_ATQH;
74 hw->aq.asq.len = I40E_PF_ATQLEN;
75 hw->aq.asq.bal = I40E_PF_ATQBAL;
76 hw->aq.asq
701 struct i40e_adminq_ring *asq = &(hw->aq.asq); local
[all...]
H A Di40e_adminq.h97 struct i40e_adminq_ring asq; /* send queue */ member in struct:i40e_adminq_info
H A Dif_ixlv.c2756 oldreg = reg = rd32(hw, hw->aq.asq.len);
2770 wr32(hw, hw->aq.asq.len, reg);
H A Di40e_common.c377 if (hw->aq.asq.len) {
379 return !!(rd32(hw, hw->aq.asq.len) &
382 return !!(rd32(hw, hw->aq.asq.len) &
/freebsd-10-stable/lib/libvgl/
H A Dsimple.c442 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; local
443 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b;
452 d+=(3*(asq-bsq)/2-(dx+dy))/2;
458 y--; dy-=asq2; d+=asq-dy;
478 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; local
479 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b;
488 d+=(3*(asq-bsq)/2-(dx+dy))/2;
494 y--; dy-=asq2; d+=asq
[all...]
/freebsd-10-stable/sys/dev/nvme/
H A Dnvme.h190 uint64_t asq; /* admin submission queue base addr */ member in struct:nvme_registers
H A Dnvme_ctrlr.c288 nvme_mmio_write_8(ctrlr, asq, ctrlr->adminq.cmd_bus_addr);

Completed in 341 milliseconds