Symbol: sq_pending_command
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm.h
406
struct sq_pending_command;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm.h
409
struct sq_pending_command * pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm.h
411
struct sq_pending_command * mm_get_sq_pending_command(struct _lm_device_t * pdev);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3403
void lm_eq_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3557
struct sq_pending_command * pending = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3571
pending = (struct sq_pending_command *)d_list_peek_head(&pdev->sq_info.pending_complete);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3576
pending = (struct sq_pending_command *)d_list_next_entry(&pending->list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3743
struct sq_pending_command * pending = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3801
struct sq_pending_command * pending,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3891
struct sq_pending_command *pending = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3922
struct sq_pending_command *pending = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4176
void lm_eth_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/command.h
125
struct sq_pending_command * pending,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/command.h
31
static __inline void _lm_sq_post(struct _lm_device_t *pdev,struct sq_pending_command * pending)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/command.h
80
struct sq_pending_command * pending,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
1659
void lm_eq_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
1669
void lm_eth_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2638
struct sq_pending_command sp_list_command;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2683
typedef void(*lm_sq_comp_cb_t)(struct _lm_device_t *pdev, struct sq_pending_command *pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm_stats.h
546
struct sq_pending_command stats_sp_list_command; // A pre allocated SPO pending command
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2920
void lm_tcp_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
33
struct sq_pending_command *pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/lm_l5if.h
76
struct sq_pending_command *pending);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1073
void lm_fc_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
445
void lm_sc_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending)
usr/src/uts/common/io/bnxe/bnxe_mm.c
897
struct sq_pending_command * pPending)
usr/src/uts/common/io/bnxe/bnxe_mm.c
900
mm_rt_free_mem(pDev, pPending, sizeof(struct sq_pending_command),
usr/src/uts/common/io/bnxe/bnxe_mm.c
905
struct sq_pending_command * mm_get_sq_pending_command(lm_device_t * pDev)
usr/src/uts/common/io/bnxe/bnxe_mm.c
908
return mm_rt_alloc_mem(pDev, sizeof(struct sq_pending_command),