• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/

Lines Matching defs:vp

22  * @vp: Virtual Path handle.
29 enum vxge_hw_status vxge_hw_vpath_intr_enable(struct __vxge_hw_vpath_handle *vp)
36 if (vp == NULL) {
41 vpath = vp->vpath;
148 * @vp: Virtual Path handle.
156 struct __vxge_hw_vpath_handle *vp)
163 if (vp == NULL) {
168 vpath = vp->vpath;
1386 * @vp: Vpath handle.
1400 struct __vxge_hw_vpath_handle *vp,
1410 if (vp == NULL) {
1438 status = __vxge_hw_vpath_rts_table_set(vp,
1452 * @vp: Vpath handle.
1463 struct __vxge_hw_vpath_handle *vp,
1472 if (vp == NULL) {
1477 status = __vxge_hw_vpath_rts_table_get(vp,
1504 * @vp: Vpath handle.
1515 struct __vxge_hw_vpath_handle *vp,
1524 if (vp == NULL) {
1529 status = __vxge_hw_vpath_rts_table_get(vp,
1556 * @vp: Vpath handle.
1568 struct __vxge_hw_vpath_handle *vp,
1577 if (vp == NULL) {
1590 status = __vxge_hw_vpath_rts_table_set(vp,
1603 * @vp: Vpath handle.
1612 vxge_hw_vpath_vid_add(struct __vxge_hw_vpath_handle *vp, u64 vid)
1616 if (vp == NULL) {
1621 status = __vxge_hw_vpath_rts_table_set(vp,
1632 * @vp: Vpath handle.
1640 vxge_hw_vpath_vid_get(struct __vxge_hw_vpath_handle *vp, u64 *vid)
1645 if (vp == NULL) {
1650 status = __vxge_hw_vpath_rts_table_get(vp,
1663 * @vp: Vpath handle.
1671 vxge_hw_vpath_vid_get_next(struct __vxge_hw_vpath_handle *vp, u64 *vid)
1676 if (vp == NULL) {
1681 status = __vxge_hw_vpath_rts_table_get(vp,
1694 * @vp: Vpath handle.
1703 vxge_hw_vpath_vid_delete(struct __vxge_hw_vpath_handle *vp, u64 vid)
1707 if (vp == NULL) {
1712 status = __vxge_hw_vpath_rts_table_set(vp,
1722 * @vp: Vpath handle.
1729 struct __vxge_hw_vpath_handle *vp)
1735 if ((vp == NULL) || (vp->vpath->ringh == NULL)) {
1740 vpath = vp->vpath;
1764 * @vp: Vpath handle.
1771 struct __vxge_hw_vpath_handle *vp)
1777 if ((vp == NULL) || (vp->vpath->ringh == NULL)) {
1782 vpath = vp->vpath;
1800 * @vp: Vpath handle.
1805 struct __vxge_hw_vpath_handle *vp)
1811 if ((vp == NULL) || (vp->vpath->ringh == NULL)) {
1816 vpath = vp->vpath;
1830 * @vp: Vpath handle.
1837 struct __vxge_hw_vpath_handle *vp)
1843 if ((vp == NULL) || (vp->vpath->ringh == NULL)) {
1848 vpath = vp->vpath;
1862 * @vp: Vpath handle.
1870 vxge_hw_vpath_mcast_disable(struct __vxge_hw_vpath_handle *vp)
1876 if ((vp == NULL) || (vp->vpath->ringh == NULL)) {
1881 vpath = vp->vpath;
2180 struct __vxge_hw_vpath_handle *vp,
2185 if (vp == NULL) {
2190 status = __vxge_hw_vpath_alarm_process(vp->vpath, skip_alarms);
2198 * @vp: Virtual Path handle.
2208 vxge_hw_vpath_msix_set(struct __vxge_hw_vpath_handle *vp, int *tim_msix_id,
2212 struct __vxge_hw_virtualpath *vpath = vp->vpath;
2214 u32 vp_id = vp->vpath->vp_id;
2248 * @vp: Virtual Path handle.
2259 vxge_hw_vpath_msix_mask(struct __vxge_hw_vpath_handle *vp, int msix_id)
2261 struct __vxge_hw_device *hldev = vp->vpath->hldev;
2269 * @vp: Virtual Path handle.
2280 vxge_hw_vpath_msix_clear(struct __vxge_hw_vpath_handle *vp, int msix_id)
2282 struct __vxge_hw_device *hldev = vp->vpath->hldev;
2299 * @vp: Virtual Path handle.
2310 vxge_hw_vpath_msix_unmask(struct __vxge_hw_vpath_handle *vp, int msix_id)
2312 struct __vxge_hw_device *hldev = vp->vpath->hldev;
2320 * @vp: Virtual Path handle.
2326 vxge_hw_vpath_msix_mask_all(struct __vxge_hw_vpath_handle *vp)
2330 (u32)vxge_bVALn(vxge_mBIT(vp->vpath->vp_id), 0, 32),
2331 &vp->vpath->hldev->common_reg->set_msix_mask_all_vect);
2336 * @vp: Virtual Path handle.
2342 void vxge_hw_vpath_inta_mask_tx_rx(struct __vxge_hw_vpath_handle *vp)
2347 struct __vxge_hw_device *hldev = vp->vpath->hldev;
2350 tim_int_mask1, vp->vpath->vp_id);
2374 * @vp: Virtual Path handle.
2380 void vxge_hw_vpath_inta_unmask_tx_rx(struct __vxge_hw_vpath_handle *vp)
2385 struct __vxge_hw_device *hldev = vp->vpath->hldev;
2388 tim_int_mask1, vp->vpath->vp_id);