Home
last modified time | relevance | path

Searched refs:notify_fw (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c138 u8_t notify_fw = 1; in lm_sc_del_iscsi_state() local
160 notify_fw = 0; in lm_sc_del_iscsi_state()
163 lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw); in lm_sc_del_iscsi_state()
H A Dlm_l5.c2116 u8_t notify_fw = 1; in lm_sc_free_con_resc() local
2125 notify_fw = 0; in lm_sc_free_con_resc()
2127 lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw); in lm_sc_free_con_resc()
2146 u8_t notify_fw = 1; in lm_fc_free_con_resc() local
2157 notify_fw = 0; in lm_fc_free_con_resc()
2160 lm_free_cid_resc(pdev, FCOE_CONNECTION_TYPE, fcoe->cid, notify_fw); in lm_fc_free_con_resc()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h60 void lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw);
92 lm_status_t lm_free_cid_resc(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw);
H A Dbnxe_context.c749 void lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw){ in lm_free_cid() argument
779 if (notify_fw) in lm_free_cid()
1051 IN u8_t notify_fw) in lm_free_cid_resc() argument
1086 lm_free_cid(pdev, lm_map_cid_to_proto(pdev, cid), cid, notify_fw); in lm_free_cid_resc()
H A Dlm_sb.c216 u8_t notify_fw = FALSE; in lm_set_hc_flag() local
227 notify_fw = TRUE; in lm_set_hc_flag()
232 notify_fw = TRUE; in lm_set_hc_flag()
236 if (notify_fw) { in lm_set_hc_flag()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2_api.h242 u8 notify_fw);
276 bool notify_fw);
H A Decore_ll2.h73 bool notify_fw; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c4243 u8_t notify_fw = 0; in lm_tcp_del_tcp_state() local
4248 notify_fw = 1; in lm_tcp_del_tcp_state()
4250 lm_free_cid_resc(pdev, TOE_CONNECTION_TYPE, tcp->cid, notify_fw); in lm_tcp_del_tcp_state()