Home
last modified time | relevance | path

Searched refs:wq_obj (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/mana/
H A Dmana.h570 mana_handle_t wq_obj; member
771 mana_handle_t *wq_obj);
774 mana_handle_t wq_obj);
/kernel/linux/linux-5.10/drivers/most/
H A Dmost_usb.c128 static void wq_clear_halt(struct work_struct *wq_obj);
129 static void wq_netinfo(struct work_struct *wq_obj);
679 * @wq_obj: object that holds data for our deferred work to do
683 static void wq_netinfo(struct work_struct *wq_obj) in wq_netinfo() argument
685 struct most_dev *mdev = to_mdev_from_work(wq_obj); in wq_netinfo()
724 * @wq_obj: work_struct object to execute
728 static void wq_clear_halt(struct work_struct *wq_obj) in wq_clear_halt() argument
730 struct clear_hold_work *clear_work = to_clear_hold_work(wq_obj); in wq_clear_halt()
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_usb.c128 static void wq_clear_halt(struct work_struct *wq_obj);
129 static void wq_netinfo(struct work_struct *wq_obj);
679 * @wq_obj: object that holds data for our deferred work to do
683 static void wq_netinfo(struct work_struct *wq_obj) in wq_netinfo() argument
685 struct most_dev *mdev = to_mdev_from_work(wq_obj); in wq_netinfo()
724 * @wq_obj: work_struct object to execute
728 static void wq_clear_halt(struct work_struct *wq_obj) in wq_clear_halt() argument
730 struct clear_hold_work *clear_work = to_clear_hold_work(wq_obj); in wq_clear_halt()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1126 mana_handle_t *wq_obj) in mana_create_wq_obj()
1161 if (resp.wq_obj == INVALID_MANA_HANDLE) { in mana_create_wq_obj()
1167 *wq_obj = resp.wq_obj; in mana_create_wq_obj()
1178 mana_handle_t wq_obj) in mana_destroy_wq_obj()
1188 req.wq_obj_handle = wq_obj; in mana_destroy_wq_obj()
1122 mana_create_wq_obj(struct mana_port_context *apc, mana_handle_t vport, u32 wq_type, struct mana_obj_spec *wq_spec, struct mana_obj_spec *cq_spec, mana_handle_t *wq_obj) mana_create_wq_obj() argument
1177 mana_destroy_wq_obj(struct mana_port_context *apc, u32 wq_type, mana_handle_t wq_obj) mana_destroy_wq_obj() argument

Completed in 10 milliseconds